summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-05-09 15:29:37 +0200
committertobrun <tobrun.van.nuland@gmail.com>2019-05-09 15:29:37 +0200
commit4836d084a33dd65d48efb3c650a10008a7360d8d (patch)
tree05fee2601b38ae949a7a5b465ef9fef226a52bb4
parent9db8f4f3511dd80b30056264b4276d2af0a79758 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-test-release.tar.gz
-rw-r--r--circle.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/circle.yml b/circle.yml
index 3e70829207..900e3ebfbb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -19,10 +19,7 @@ workflows:
firebase_device_os: "19"
image: android-ndk-r17c:1d5db0eb34
abi: arm-v7
- - android-release:
- filters:
- tags:
- only: /android-v.*/
+ - android-release
- node-clang39-release:
filters:
tags:
@@ -676,7 +673,7 @@ jobs:
- deploy:
name: Publish to Bintray
command: |
- if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
+ if [[ $CIRCLE_BRANCH == tvn-test-release ]]; then
version=$(cat platform/android/MapboxGLAndroidSDK/gradle.properties | grep "VERSION_NAME")
if [[ $version != *"SNAPSHOT"* ]]; then
make run-android-upload-to-bintray