diff --git a/.drone.yml b/.drone.yml index e63d08b..9acf2ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,11 @@ platform: steps: - - name: fetch git submodules - image: node:14-alpine + - name: submodules + image: alpine/git commands: - - apk add git - - git submodule update --recursive --remote - - ls lemmy-docs + - git submodule update --recursive --remote + - ls lemmy-docs/src - name: yarn image: node:14-alpine