Skip to content

Commit

Permalink
Try syncing the repo in another way.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored and sftnight committed Oct 14, 2016
1 parent 466279d commit fdd40b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,13 @@ before_script:
echo "Syncing repository."
git remote add alt http://root.cern.ch/git/cling.git
git pull alt master
git push https://$OAUTH_TOKEN@github.com/${TRAVIS_REPO_SLUG} master
git remote remove origin
git remote add origin https://$OAUTH_TOKEN@github.com/${TRAVIS_REPO_SLUG}
git push --verbose origin master
# Move the tag to newest master
git tag --force cling-nightlies HEAD
git push --force https://$OAUTH_TOKEN@github.com/${TRAVIS_REPO_SLUG} cling-nightlies
git push --verbose --force origin cling-nightlies
fi
script:
Expand Down

0 comments on commit fdd40b2

Please sign in to comment.