ci: drop with_tags with_branch_heads from sync on appveyor (#30601)
This commit is contained in:
parent
4820dee980
commit
2a28ca226f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ build_script:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- if "%RUN_GCLIENT_SYNC%"=="true" ( gclient sync --with_branch_heads --with_tags)
|
- if "%RUN_GCLIENT_SYNC%"=="true" ( gclient sync )
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if ($env:SAVE_GCLIENT_SRC -eq 'true') {
|
if ($env:SAVE_GCLIENT_SRC -eq 'true') {
|
||||||
# archive current source for future use
|
# archive current source for future use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue