From e3b238d41952f88fb823cd9719f33a22422279db Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 7 Aug 2018 00:56:09 +0200 Subject: [PATCH] [travis] Use the commit message from the right branch on nightly releases. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a56572b..b9b12fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_deploy: - zip -r libutilswut_$commit.zip . - cd .. - export GIT_TAG=libutilwut-$commit -- commitLog="$(git log -1 --pretty=%B)" +- commitLog="$(git log -1 wut --pretty=%B)" - commitMessage="$(echo -e "-\n" && echo "libutilswut nightly build." && echo -e "\nCommitlog:\n")" - git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog" deploy: