Fix multiline prebuilt repo commit message
This commit is contained in:
parent
d944f985a0
commit
77cb935fa4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue