Skip to content

Commit

Permalink
testing push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Sep 3, 2017
1 parent 55e0c09 commit 6f3352c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion push-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ccxt.wiki
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git commit -a -m ${COMMIT_MESSAGE}
git tag "${COMMIT_MESSAGE}"
git tag -a "${COMMIT_MESSAGE}"
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.wiki.git
git push origin --tags HEAD:master
Expand Down
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 commit -a -m "${COMMIT_MESSAGE} [ci skip]"
git tag "${COMMIT_MESSAGE}" -m '[ci skip]'
git tag -a "${COMMIT_MESSAGE}" -m '[ci skip]'
git remote remove origin
git remote add origin https://${GITHUB_TOKEN}@github.com/kroitor/ccxt.git
git push origin --tags HEAD:master
Expand Down

0 comments on commit 6f3352c

Please sign in to comment.