diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2020-12-03 09:23:22 +0000 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2020-12-03 09:23:22 +0000 |
commit | 2c69381f3de5091e103cb8bef299aba321503e7c (patch) | |
tree | 3b24bd9248d9a1412fdd7acc8c57fe93085d3521 | |
parent | 8b99e609e7da5dd3601e9214d8f869e96108fffe (diff) |
Removed redundant git pull from appveyor config.
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c21e7803a4..7250d4ad94 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,6 @@ install: cd c:\tools\vcpkg $env:GIT_REDIRECT_STDERR = '2>&1' # git is writing non-errors to STDERR when doing git pull. Send to STDOUT instead. git -c advice.detachedHead=false checkout $env:VCPKG_TAG - git pull origin $env:VCPKG_TAG .\bootstrap-vcpkg.bat > $null Add-Content "C:\tools\vcpkg\triplets\$env:PLATFORM-windows-static.cmake" "set(VCPKG_BUILD_TYPE release)" cd "$env:APPVEYOR_BUILD_FOLDER" |