Skip to content

Commit a29d16a

Browse files
committed
build/push.sh git pushback debug
1 parent aace1e3 commit a29d16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/push.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ git config --global user.name "Travis CI"
4444
# git add python/ccxt/test/ python/ccxt/pro/test/
4545
# git add -f python/LICENSE.txt python/package.json python/README.md
4646
git add . -A
47+
git status
4748
git commit -m "${COMMIT_MESSAGE}" -m '[ci skip]' || exit 0
4849
if [ "$SHOULD_TAG" = "true" ]; then
4950
git tag -a "${COMMIT_MESSAGE}" -m "${LAST_COMMIT_MESSAGE}" -m "" -m "[ci skip]";

0 commit comments

Comments
 (0)