Merge pull request #1384 from jagerman/shallow-clone

Drone: Shallow clone submodules
pull/1386/head
Jason Rhinelander 4 years ago committed by GitHub
commit c2519a1619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save