fix commit -m

This commit is contained in:
TomasVotruba 2019-12-28 14:25:20 +01:00
parent 6ccf892554
commit 1290c83cb4

View File

@ -52,7 +52,7 @@ jobs:
- if [ "${TRAVIS_TAG}" != "" ]; then COMMIT_MSG="Rector ${TRAVIS_TAG}"; else COMMIT_MSG="Updated Rector to commit ${TRAVIS_COMMIT}"; fi
- git commit -S -m "${COMMIT_MSG}" -m "${GIT_LOG}"
- git commit -m "${COMMIT_MSG}"
- git push --quiet origin master
- if [ "${TRAVIS_TAG}" != "" ]; then git tag -s ${TRAVIS_TAG} -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi