Browse Source

build: remove redundant --ignore_locks from appveyor (#30591)

Shelley Vohr 3 years ago
parent
commit
e92d92d7eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -112,7 +112,7 @@ build_script:
           }
         }
       }
-  - if "%RUN_GCLIENT_SYNC%"=="true" ( gclient sync --with_branch_heads --with_tags --ignore_locks)
+  - if "%RUN_GCLIENT_SYNC%"=="true" ( gclient sync --with_branch_heads --with_tags)
   - ps: >-
       if ($env:SAVE_GCLIENT_SRC -eq 'true') {
         # archive current source for future use