mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix push_asm script to checkout the asm branches against the repo commit instead of the repo branch as the repo_branch could change if other users commit while the CI is running
This commit is contained in:
parent
fe285615f4
commit
d4be64fe0f
@ -1,7 +1,7 @@
|
|||||||
git config --global core.autocrlf false
|
git config --global core.autocrlf false
|
||||||
|
|
||||||
REM Get branch to check asm into
|
REM Get branch to check asm into
|
||||||
git checkout %APPVEYOR_REPO_BRANCH% 2>&1
|
git checkout %APPVEYOR_REPO_COMMIT% 2>&1
|
||||||
git checkout -b asm/%APPVEYOR_REPO_COMMIT%/appveyor-%APPVEYOR_JOB_ID% 2>&1
|
git checkout -b asm/%APPVEYOR_REPO_COMMIT%/appveyor-%APPVEYOR_JOB_ID% 2>&1
|
||||||
|
|
||||||
REM Check asm into the branch
|
REM Check asm into the branch
|
||||||
|
Loading…
Reference in New Issue
Block a user