From 7d6f6944785f65417d27e13af89b71ae7fb338fd Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Tue, 27 Apr 2021 22:48:24 +0200 Subject: [PATCH] We don't need lfs --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff43469..ca6ddf7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,14 +3,6 @@ type: docker name: default steps: - - name: lfs - image: alpine/git - commands: - - ls -lah static/ - - apk add --no-cache git-lfs - - git lfs install - - git lfs pull - - ls -lah static/ - name: submodules image: alpine/git commands: