diff --git a/.drone.yml b/.drone.yml index 221467a..81776dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: alpine/git commands: - git submodule init - - git submodule update --recursive --remote + - git submodule update --recursive - name: yarn image: node:14-alpine