1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

try again

This commit is contained in:
Luke Ceddia 2018-11-02 00:10:59 +11:00
parent e6a932422e
commit 5c668cd827

View file

@ -5,7 +5,6 @@ git config --global user.name "Autobuild process"
git add --all internal/source/ git add --all internal/source/
git commit --message "Autobuild update [ci skip]" git commit --message "Autobuild update [ci skip]"
git remote rm origin git remote rm origin
echo $GH_TOKEN
git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git
git push origin HEAD:master git push origin HEAD:master