Skip to content

Commit

Permalink
minor edits to push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2017
1 parent dbb31d2 commit 6b3536a
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 @@ -8,7 +8,7 @@ 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 '${COMMIT_MESSAGE}'
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
Expand Down

0 comments on commit 6b3536a

Please sign in to comment.