Skip to content

Commit

Permalink
Changing user for GitHub auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico J. Fernandez committed Apr 4, 2017
1 parent 68f9c50 commit d5ae2c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
set -e

ACTUAL_TRAVIS_JOB_NUMBER=`echo $TRAVIS_JOB_NUMBER| cut -d'.' -f 2`
GH_TOKEN=624b779f66a7f858226f362123354dd0ee6b6a99

if [ "$TRAVIS_REPO_SLUG" == "UDST/osmnet" ] && \
[ "$TRAVIS_BRANCH" == "master" ] && \
Expand All @@ -44,8 +45,8 @@ if [ "$TRAVIS_REPO_SLUG" == "UDST/osmnet" ] && \

cd ../../
echo "Setting git attributes"
git config --global user.email "jiffyclub@gmail.com"
git config --global user.name "Matt Davis"
git config --global user.email "fernandez@urbansim.com"
git config --global user.name "udst-documentator"

echo "Cloning repository"
git clone --quiet --single-branch --branch=gh-pages https://${GH_TOKEN}@github.com/udst/osmnet.git gh-pages > /dev/null 2>&1
Expand Down

0 comments on commit d5ae2c8

Please sign in to comment.