diff --git a/asm/scripts/push_asm.bat b/asm/scripts/push_asm.bat index 9ff31d5..c9977a2 100644 --- a/asm/scripts/push_asm.bat +++ b/asm/scripts/push_asm.bat @@ -1,7 +1,7 @@ git config --global core.autocrlf false 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 REM Check asm into the branch