summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-03-01 10:10:25 +0100
committerTobrun <tobrun@mapbox.com>2018-03-01 11:46:04 +0100
commit6e4846044531128b8984f351d367a7185325565d (patch)
treef4734324e31cc8e9f33170947e4055acbf9457e6 /circle.yml
parenta8b8c5defac6e6c08ef161b32f52496148573d01 (diff)
downloadqtlocation-mapboxgl-6e4846044531128b8984f351d367a7185325565d.tar.gz
[android] - release android v5.5.0
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 d76ab4a8ab..bb9392f395 100644
--- a/circle.yml
+++ b/circle.yml
@@ -355,7 +355,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
- if [ "${CIRCLE_BRANCH}" == "release-agua" ]; then make run-android-upload-archives ; fi
+ if [ "${CIRCLE_BRANCH}" == "release-android-v5.5.0" ]; then make run-android-upload-archives ; fi
# ------------------------------------------------------------------------------