ci: drop with_tags with_branch_heads from sync on appveyor (#30601)

This commit is contained in:
Jeremy Rose 2021-08-19 16:23:34 +00:00 committed by GitHub
parent 4820dee980
commit 2a28ca226f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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