Use alternative upload script, as the original one causes notification spam

This commit is contained in:
Justin Clift
2017-09-06 11:08:24 +01:00
parent 0f7b748c71
commit 6e40741303

View File

@@ -67,10 +67,6 @@ script:
- curl --upload-file ./DB*.AppImage https://transfer.sh/sqlitebrowser-git.$(git rev-parse --short HEAD)-x86_64.AppImage
notifications:
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)$/
email:
recipients:
- mkleusberg@gmail.com
@@ -80,6 +76,6 @@ notifications:
on_failure: always
after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- wget -c https://github.com/aferrero2707/uploadtool/raw/master/upload_rotate.sh
- sed -i -e 's|Continuous build|Continuous Linux build|g' upload.sh
- bash ./upload.sh ./DB*.AppImage