diff --git a/resources/scripts/.travis-install-linux.sh b/resources/scripts/.travis-install-linux.sh index c48d8049e..71dc5b0db 100755 --- a/resources/scripts/.travis-install-linux.sh +++ b/resources/scripts/.travis-install-linux.sh @@ -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