Skip to content

Commit

Permalink
push.sh for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 31, 2017
1 parent e34bc6c commit 7b48151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git add --force build/ccxt.browser.js
git commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m "${COMMIT_MESSAGE}\n${LAST_COMMIT_MESSAGE}\n[ci skip]"
git tag -a "${COMMIT_MESSAGE}" -m "${LAST_COMMIT_MESSAGE}\n[ci skip]"
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/ccxt/ccxt.git
git push origin --tags HEAD:master

0 comments on commit 7b48151

Please sign in to comment.