Skip to content

Commit

Permalink
ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2017
1 parent 6b3536a commit e25d35d
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 @@ -8,8 +8,8 @@ git add --force build/ccxt.php
git add --force ccxt/version.py
git add --force ccxt/exchanges.py
git add --force ccxt/async/exchanges.py
git tag -a '${COMMIT_MESSAGE}' -m '[ci skip]'
git commit -a -m '${COMMIT_MESSAGE} [ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m '[ci skip]'
git commit -a -m "${COMMIT_MESSAGE} [ci skip]"
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git
git push origin --tags HEAD:master

0 comments on commit e25d35d

Please sign in to comment.