Commenting out "quick fix for issue #223"

So that continuous builds get uploaded again
This commit is contained in:
probonopd
2018-11-30 18:52:36 +01:00
committed by GitHub
parent 3a003b1687
commit 4d9d33d02f
+1 -1
View File
@@ -20,7 +20,7 @@ script:
after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
# quick fix for issue 223
- if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
# - if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
after_script: