Skip to content

Commit

Permalink
updated repo urls in push*.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 29, 2017
1 parent e72d51d commit 3bf4046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion push-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git commit -a -m ${COMMIT_MESSAGE}
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt-dev/ccxt.wiki.git
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt/ccxt.wiki.git
git push origin HEAD:master
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ git add --force ccxt/async/exchanges.py
git commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m '[ci skip]'
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt-dev/ccxt.git
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt/ccxt.git
git push origin --tags HEAD:master

0 comments on commit 3bf4046

Please sign in to comment.