From 0836f87082c2000d68cc879d9bb1e307cce98070 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Tue, 27 Apr 2021 22:46:08 +0200 Subject: [PATCH] Add lfs installation --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index dc4679c..acfc34f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: lfs image: alpine/git commands: + - apk add --no-cache git-lfs - git lfs install - git lfs pull - name: submodules