Skip to content

Commit d4dc30a

Browse files
committed
Seems APPVEYOR_REPO_COMMIT is not getting the commit ID properly, let's try with the branch name (it should be updated at this point)
1 parent 2165730 commit d4dc30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ install:
136136
clone_script:
137137
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
138138
- cmd: git fetch
139-
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
139+
- cmd: git checkout -qf %APPVEYOR_REPO_BRANCH%
140140

141141
build_script:
142142
# Build the compiled extension

0 commit comments

Comments
 (0)