From bdbe71d1aef0f292f57876150cc067744b75cf0b Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 2 Apr 2017 00:02:02 +0200 Subject: [PATCH] Fixed linebreaks in the commitlog of nightly-releases - test to be sure - I hope this works now! --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 919d502..b591172 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,8 +65,8 @@ before_deploy: - git config --global user.name "Travis CI" - export GIT_TAG=HIDtoVPAD-$versiontag - commitLog="$(git log -1 --pretty=%B)" -- commitMessage="$(echo -e "-\n" && echo "HID to VPAD nightly build. Not a stable release. Expect bugs!" && echo -e "\nCommitlog:\n" && echo $commitLog)" -- git tag $GIT_TAG -a -m "$commitMessage" +- commitMessage="$(echo -e "-\n" && echo "HID to VPAD nightly build. Not a stable release. Expect bugs!" && echo -e "\nCommitlog:\n")" +- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog" - git push --quiet https://$GITHUBKEY@github.com/Maschell/hid_to_vpad $GIT_TAG > /dev/null 2>&1 deploy: