Specify depth when updating submodules (#12588)
This commit is contained in:
parent
28afaeb89a
commit
84217d6e27
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
Condition="$(IsRootRepo) != 'true'" />
|
||||
|
||||
<Exec
|
||||
Command="git submodule update --init --recursive"
|
||||
Command="git submodule update --init --recursive --depth 1"
|
||||
WorkingDirectory="$(TarballRepoSourceDir)" />
|
||||
|
||||
<!-- Remove the git objects folder to free up tarball space -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue