mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 05:05:08 +01:00
Add missing "GIT_TAG" to travis.yml
This commit is contained in:
parent
6b3fb5fe27
commit
091aa352d1
@ -47,6 +47,7 @@ before_deploy:
|
|||||||
- cd deploy
|
- cd deploy
|
||||||
- zip -r libutilswut_$commit.zip .
|
- zip -r libutilswut_$commit.zip .
|
||||||
- cd ..
|
- cd ..
|
||||||
|
- export GIT_TAG=libutilwut-$commit
|
||||||
- commitLog="$(git log -1 --pretty=%B)"
|
- commitLog="$(git log -1 --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"
|
||||||
|
Loading…
Reference in New Issue
Block a user