mirror of
https://github.com/Maschell/libutils.git
synced 2024-12-03 17:04:17 +01:00
[travis] Use the commit message from the right branch on nightly releases.
This commit is contained in:
parent
8c1f952def
commit
e3b238d419
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user