Fix git push commmand

This commit is contained in:
Daniel Donenfeld 2019-02-13 11:57:06 -08:00
parent f6d252d4a4
commit 707f8aee50

View File

@ -12,4 +12,4 @@ REM Check asm into the branch
git add "asm/*"
git status
git diff-index --cached --quiet --exit-code HEAD || git commit -m "[skip ci] Update ASM for %ASM_FOLDER%"
git push
git push -u origin HEAD