We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aace1e3 commit a29d16aCopy full SHA for a29d16a
build/push.sh
@@ -44,6 +44,7 @@ git config --global user.name "Travis CI"
44
# git add python/ccxt/test/ python/ccxt/pro/test/
45
# git add -f python/LICENSE.txt python/package.json python/README.md
46
git add . -A
47
+git status
48
git commit -m "${COMMIT_MESSAGE}" -m '[ci skip]' || exit 0
49
if [ "$SHOULD_TAG" = "true" ]; then
50
git tag -a "${COMMIT_MESSAGE}" -m "${LAST_COMMIT_MESSAGE}" -m "" -m "[ci skip]";
0 commit comments