Add missing "GIT_TAG" to travis.yml

This commit is contained in:
Maschell 2018-08-01 21:13:17 +02:00
parent 6b3fb5fe27
commit 091aa352d1

View File

@ -47,6 +47,7 @@ before_deploy:
- cd deploy
- zip -r libutilswut_$commit.zip .
- cd ..
- export GIT_TAG=libutilwut-$commit
- commitLog="$(git log -1 --pretty=%B)"
- commitMessage="$(echo -e "-\n" && echo "libutilswut nightly build." && echo -e "\nCommitlog:\n")"
- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"