Added missing REPO variable

This commit is contained in:
Xawotihs
2016-06-25 21:03:43 +02:00
committed by GitHub
parent 887ea94a4d
commit 8a56406c19

View File

@@ -7,6 +7,7 @@ TARGET_BRANCH=gh_pages
(test "$TRAVIS_BRANCH" != "master" && test "$TRAVIS_BRANCH" != "cmake") && exit 0
## Configure Git to use OAuth token
REPO=`git config remote.origin.url`
git config credential.helper "store --file=.git/credentials"
echo "https://${GH_TOKEN}:@github.com" > .git/credentials
git config --global user.name $GH_USER