2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-23 18:30:50 +01:00

Fix missing :

This commit is contained in:
mittorn 2017-09-24 10:49:08 +00:00
parent c25ebc4adc
commit 691fbe8615

View File

@ -13,7 +13,7 @@ else
git config user.email FWGS-deployer@users.noreply.github.com
git config credential.helper "store --file=.git/credentials"
git config credential.https://github.com.com.username FWGS-deployer
echo "https://FWGS-deployer${GH_TOKEN}@github.com" > .git/credentials
echo "https://FWGS-deployer:${GH_TOKEN}@github.com" > .git/credentials
git remote add travis-deploy-public https://github.com/FWGS/xash3d-deploy.git
echo \# $TRAVIS_BRANCH branch autobuilds from $SOURCE_NAME >> README.md
echo >> README.md