[TravisCI] add newlines to PR messages

This commit is contained in:
JAremko 2018-10-14 01:39:03 +03:00 committed by Eugene Yaremenko
parent af7cb4bc84
commit 92f7b4853a
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ fi
fold_end "PUSHING_CHANGES_TO_${BOT_NAME}/${PUBLISH}"
fold_start "OPENING_PR_TO_syl20bnr/${PUBLISH}.git"
echo "Documentation updates (autoexport)" > msg
echo "Documentation updates (autoexport)\n" > msg
echo "beep beep boop... Beep?" >> msg
/tmp/hub pull-request -F msg
if [ $? -ne 0 ]; then

View file

@ -85,7 +85,7 @@ fi
fold_end "PUSHING_CHANGES_TO_${BOT_NAME}/${PUBLISH}"
fold_start "OPENING_PR_TO_syl20bnr/${PUBLISH}.git"
echo "[Spacebot]Documentation fixes" > msg
echo "[Spacebot]Documentation fixes\n" > msg
echo "Merge with care - I'm just a stupid bot. Beep boop." >> msg
/tmp/hub pull-request -b "${TRAVIS_BRANCH}" -F msg
if [ $? -ne 0 ]; then