diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-10-05 15:23:38 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-10-06 15:07:52 +0200 |
commit | 2a9752d11ce15e8c2619da64d548f3d341bea8c9 (patch) | |
tree | 4e94939d54e4cf7a195b4950d0a9be5d24a7bb5f /circle.yml | |
parent | 5e08ce062ee60e01c6b589fc8963b4f1babc2095 (diff) | |
download | qtlocation-mapboxgl-2a9752d11ce15e8c2619da64d548f3d341bea8c9.tar.gz |
[android] - build nightly builds from release-agua
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
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 # ------------------------------------------------------------------------------ |