mirror of
https://github.com/Maschell/libutils.git
synced 2024-12-04 17:34:15 +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 .
|
- zip -r libutilswut_$commit.zip .
|
||||||
- cd ..
|
- cd ..
|
||||||
- export GIT_TAG=libutilwut-$commit
|
- 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")"
|
- commitMessage="$(echo -e "-\n" && echo "libutilswut nightly build." && echo -e "\nCommitlog:\n")"
|
||||||
- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"
|
- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user