From 37b428898b6fe1824804b0a5a537c3ae09744447 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 21 Oct 2018 13:02:03 +0000 Subject: [PATCH] Use VERSION=$TRAVIS_TAG if it is there --- tests/tests-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests-ci.sh b/tests/tests-ci.sh index f9819f7..0cef7cc 100755 --- a/tests/tests-ci.sh +++ b/tests/tests-ci.sh @@ -15,6 +15,7 @@ cp ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/ cp -r /usr/local/lib/appimagekit linuxdeployqt.AppDir/usr/lib/ find linuxdeployqt.AppDir/ export VERSION=continuous +[ if ! -z $TRAVIS_TAG ] ; then export VERSION=$TRAVIS_TAG ; fi ./bin/linuxdeployqt linuxdeployqt.AppDir/usr/bin/desktop-file-validate -verbose=3 -bundle-non-qt-libs ./bin/linuxdeployqt linuxdeployqt.AppDir/linuxdeployqt.desktop -verbose=3 -appimage ls -lh