summaryrefslogtreecommitdiffstats
path: root/scripts/android
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-18 08:05:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-18 08:05:50 -0800
commitf691593e65801b82be668f2bdf6e4ce7a03add32 (patch)
treeef818db7c4dbc83d6e543516f7049e630e29f669 /scripts/android
parente6435892336fe579777bd268296e4a8461899051 (diff)
downloadsubsurface-f691593e65801b82be668f2bdf6e4ce7a03add32.tar.gz
Switch back to upstream uploadtool
In commit e643589233 ("Travis: setup up the desired release message right away") we temproarily switched to my fork of uploadtool to take advantage of a new feature that I had implemented there. This has already been merged upstream, so let's switch back to upstream. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/android')
-rw-r--r--scripts/android/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/after_success.sh b/scripts/android/after_success.sh
index eff68c17c..c237cdd70 100644
--- a/scripts/android/after_success.sh
+++ b/scripts/android/after_success.sh
@@ -11,5 +11,5 @@ echo "Submitting the folloing apk for continuous build release:"
ls -lh $TRAVIS_BUILD_DIR/apk/*.apk
# get and run the upload script
-wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh
+wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash ./upload.sh $TRAVIS_BUILD_DIR/apk/*.apk