Skip to content

Commit 2c69381

Browse files
committed
Removed redundant git pull from appveyor config.
1 parent 8b99e60 commit 2c69381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ install:
2323
cd c:\tools\vcpkg
2424
$env:GIT_REDIRECT_STDERR = '2>&1' # git is writing non-errors to STDERR when doing git pull. Send to STDOUT instead.
2525
git -c advice.detachedHead=false checkout $env:VCPKG_TAG
26-
git pull origin $env:VCPKG_TAG
2726
.\bootstrap-vcpkg.bat > $null
2827
Add-Content "C:\tools\vcpkg\triplets\$env:PLATFORM-windows-static.cmake" "set(VCPKG_BUILD_TYPE release)"
2928
cd "$env:APPVEYOR_BUILD_FOLDER"

0 commit comments

Comments
 (0)