summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-12-06 16:40:36 +0100
committerTobrun <tobrun@mapbox.com>2017-12-06 17:38:32 +0100
commit86fdb2682d95c3fe644c66c2b27b6e89ce3f6d81 (patch)
treecc9b2f3245ebf09e4898a86a3d2c1c4f28248770 /circle.yml
parentc311e69e0ef61f5203fa6cf632d5ec73b1e181da (diff)
downloadqtlocation-mapboxgl-86fdb2682d95c3fe644c66c2b27b6e89ce3f6d81.tar.gz
[android] - build boba snapshots from master
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 36d16c68d6..6f9b3af05e 100644
--- a/circle.yml
+++ b/circle.yml
@@ -375,7 +375,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
- if [ "${CIRCLE_BRANCH}" == "release-agua" ]; then make run-android-upload-archives ; fi
+ if [ "${CIRCLE_BRANCH}" == "master" ]; then make run-android-upload-archives ; fi
# ------------------------------------------------------------------------------