From 4836d084a33dd65d48efb3c650a10008a7360d8d Mon Sep 17 00:00:00 2001 From: tobrun Date: Thu, 9 May 2019 15:29:37 +0200 Subject: test --- circle.yml | 7 ++----- 1 file 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 -- cgit v1.2.1