Skip to content
Snippets Groups Projects
Commit 42f5157f authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[Travis] Try syncing the repo in another way.

parent f9d62294
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment