summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-10-05 15:23:38 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-10-05 15:23:38 +0200
commit435a050eb5608567fc168104adc2b2e7f08252d2 (patch)
tree4e94939d54e4cf7a195b4950d0a9be5d24a7bb5f
parent5e08ce062ee60e01c6b589fc8963b4f1babc2095 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-snapshot-agua.tar.gz
[android] - build nightly builds from release-aguaupstream/tvn-snapshot-agua
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 69f5403d9c..39b00e8ed0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -294,7 +294,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
- if [ "${CIRCLE_BRANCH}" == "master" ]; then make run-android-upload-archives ; fi
+ if [ "${CIRCLE_BRANCH}" == "release-agua" ]; then make run-android-upload-archives ; fi
# ------------------------------------------------------------------------------