diff --git a/.drone.yml b/.drone.yml index 76737c0..11fc763 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: submodules image: docker:git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive - name: docker image: plugins/docker