Fix multiline prebuilt repo commit message

This commit is contained in:
Steve Soltys 2019-09-25 01:20:33 -04:00
parent d944f985a0
commit 77cb935fa4

View file

@ -18,8 +18,7 @@ cp $TRAVIS_BUILD_DIR/permissions_com.stevesoltys.backup.xml .
cp $TRAVIS_BUILD_DIR/whitelist_com.stevesoltys.backup.xml .
git add .
git commit -m :'Travis build $TRAVIS_BUILD_NUMBER
https://github.com/stevesoltys/backup/commit/$TRAVIS_COMMIT'
git commit -m "Travis build $TRAVIS_BUILD_NUMBER" -m "https://github.com/stevesoltys/backup/commit/$TRAVIS_COMMIT"
git push origin $TRAVIS_BRANCH
if [ ! -z ${TAG} ]; then