diff --git a/.drone.yml b/.drone.yml index 599c304..f704daf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: Fetch Submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --recursive --depth=1 --remote - name: Testing image: ubuntu:bionic