summaryrefslogtreecommitdiffstats
path: root/scripts/linux/travisbuild.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-11 10:11:56 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-11 14:00:25 -0800
commit8da57b59f171766883617c1be6c745fdbb86d030 (patch)
tree984fac2c4dde3b201fe2bcef675f17907ee717af /scripts/linux/travisbuild.sh
parentefabf0a55cfe8be542fc9c694721d32ecd86583c (diff)
downloadsubsurface-8da57b59f171766883617c1be6c745fdbb86d030.tar.gz
Travis: don't do a redundant upload to transfer.sh
uploadtool already takes care of that. Reported-by: Simon Peter <probono@puredarwin.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux/travisbuild.sh')
-rw-r--r--scripts/linux/travisbuild.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh
index c1b89bcd4..9f8fd5df4 100644
--- a/scripts/linux/travisbuild.sh
+++ b/scripts/linux/travisbuild.sh
@@ -42,7 +42,3 @@ export VERSION=$(cd subsurface/ ; git rev-parse --short HEAD) # linuxdeployqt us
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -qmldir=./subsurface/map-widget/ -verbose=2
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
-# this shouldn't be in the build, but hey, this ensures that we can always
-# get to the artifact
-curl --upload-file ./Subsurface*.AppImage https://transfer.sh/Subsurface-$VERSION-x86_64.AppImage
-