diff --git a/.drone.yml b/.drone.yml index 1f85e34..dc4679c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,15 @@ type: docker name: default steps: + - name: lfs + image: alpine/git + commands: + - git lfs install + - git lfs pull - name: submodules image: alpine/git commands: - git submodule update --recursive --remote - - ls -lah - - ls -lah themes - name: lint checks image: node:14.16-alpine commands: