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: