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