Skip to content

Commit

Permalink
edited push.sh (removed unneeded --force adds)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Oct 31, 2017
1 parent 8372f86 commit d829ed6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git add --force build/ccxt.browser.js
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 commit -a -m "${COMMIT_MESSAGE}" -m '[ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m "${COMMIT_MESSAGE}" -m '[ci skip]'
git remote remove origin
Expand Down

0 comments on commit d829ed6

Please sign in to comment.