Skip to content

Commit

Permalink
test ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2017
1 parent b274db6 commit b1be655
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 @@ -9,7 +9,7 @@ git add --force ccxt/version.py
git add --force ccxt/exchanges.py
git add --force ccxt/async/exchanges.py
git tag '${COMMIT_MESSAGE}'
git commit -a -m $'${COMMIT_MESSAGE}\n[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 b1be655

Please sign in to comment.