From 091aa352d183a4a08d1f00fe720b259d906aa5b3 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 1 Aug 2018 21:13:17 +0200 Subject: [PATCH] Add missing "GIT_TAG" to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ab57bef..139a7d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"