diff --git a/.drone.jsonnet b/.drone.jsonnet index 9ef4ea2a3..00821e6b7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -8,7 +8,7 @@ local default_windows_deps='mingw-w64-binutils mingw-w64-gcc mingw-w64-crt mingw local submodules = { name: 'submodules', image: 'drone/git', - commands: ['git fetch --tags', 'git submodule update --init --recursive'] + commands: ['git fetch --tags', 'git submodule update --init --recursive --depth=1'] }; // Regular build on a debian-like system: