From 2a28ca226f13a756ed81161088a5040764660b15 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Thu, 19 Aug 2021 16:23:34 +0000 Subject: [PATCH] ci: drop with_tags with_branch_heads from sync on appveyor (#30601) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0d03673516be..64b906aa0c01 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: >- if ($env:SAVE_GCLIENT_SRC -eq 'true') { # archive current source for future use