summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-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