summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2019-05-08 13:48:36 -0700
committerlangsmith <langstonlmcs@gmail.com>2019-05-08 13:48:36 -0700
commitbadc8c992b7b9acde7638614a98a630648ec0066 (patch)
treed2478d66076e146b8362c44583f3775ed62ec42d
parentf88c02a4bd6d482fc24ddc0d0e25e381a1829f1b (diff)
downloadqtlocation-mapboxgl-badc8c992b7b9acde7638614a98a630648ec0066.tar.gz
[android] circleCI config tweak to try to create snapshot
-rw-r--r--circle.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/circle.yml b/circle.yml
index 7a37777e01..5d8c34c3fa 100644
--- a/circle.yml
+++ b/circle.yml
@@ -21,8 +21,8 @@ workflows:
abi: arm-v7
- android-release:
filters:
- tags:
- only: /android-v.*/
+ branches:
+ only: /release-mojito-log-telem*/
- node-clang39-release:
filters:
tags:
@@ -676,12 +676,10 @@ jobs:
- deploy:
name: Publish to Bintray
command: |
- if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
+ if [[ $CIRCLE_BRANCH == release-mojito-log-telem ]] then
version=$(cat platform/android/MapboxGLAndroidSDK/gradle.properties | grep "VERSION_NAME")
- if [[ $version != *"SNAPSHOT"* ]]; then
- make run-android-upload-to-bintray
- else
- make run-android-upload-to-artifactory
+ if [[ $version == *"SNAPSHOT"* ]]; then
+ make run-android-upload-to-artifactory
fi
fi
- run: