diff --git a/.drone.yml b/.drone.yml index acfc34f..ff43469 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,11 @@ 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: