change script

This commit is contained in:
Martin Rotter 2019-04-04 09:24:57 +02:00
parent 30a10e9973
commit ed7fb5484f

View File

@ -70,8 +70,8 @@ rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
echo "Current git commit hash is $(git rev-parse HEAD)."
echo "Travis branch $TRAVIS_BRANCH and Travis tag $TRAVIS_TAG."
#if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
if [[ true ]]; then
if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
#if [[ true ]]; then
# We will trigger stuff for Flathub.
cd ../..
chmod +x resources/scripts/.flathub-release.sh