summaryrefslogtreecommitdiffstats
path: root/scripts/android/after_success.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-22 18:55:43 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-30 11:20:34 -0800
commitf11f4dc139044c1717f05899c89d2f2436a0f910 (patch)
tree45a2bff27b50c5a2008a3038094ee808521df36a /scripts/android/after_success.sh
parentf39b07dec3bfef91a80b753bc1cf5d989ec2e669 (diff)
downloadsubsurface-f11f4dc139044c1717f05899c89d2f2436a0f910.tar.gz
Travis: use Android docker image for build
This should make it easier to make changes to our build environment. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/android/after_success.sh')
-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 c1a8d7e01..622b5e20e 100644
--- a/scripts/android/after_success.sh
+++ b/scripts/android/after_success.sh
@@ -12,4 +12,4 @@ ls -lh $TRAVIS_BUILD_DIR/apk/*.apk
# get and run the upload script
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
-bash ./upload.sh $TRAVIS_BUILD_DIR/apk/*.apk
+bash ./upload.sh $TRAVIS_BUILD_DIR/../subsurface-mobile-build-arm/build/outputs/apk/*.apk