Skip to content

Commit

Permalink
Updated repo address in push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl authored Sep 21, 2017
1 parent 6157468 commit 400e22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/kroitor/ccxt.git
git push origin --tags HEAD:master
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt-dev/ccxt.git
git push origin --tags HEAD:master

0 comments on commit 400e22a

Please sign in to comment.