From b1be65527768306cd71ccdee4d17e4e948851110 Mon Sep 17 00:00:00 2001 From: Igor Kroitor Date: Mon, 4 Sep 2017 01:46:13 +0300 Subject: [PATCH] test ci 2 --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 8743fa58af38..b15eec14c40f 100755 --- a/push.sh +++ b/push.sh @@ -9,7 +9,7 @@ git add --force ccxt/version.py git add --force ccxt/exchanges.py git add --force ccxt/async/exchanges.py git tag '${COMMIT_MESSAGE}' -git commit -a -m $'${COMMIT_MESSAGE}\n[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 git push origin --tags HEAD:master \ No newline at end of file