From 9bc715e5aa62385e9b510393f013360f5672761b Mon Sep 17 00:00:00 2001 From: Langston Smith Date: Wed, 8 May 2019 14:13:25 -0700 Subject: [android] added missing ; --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 5d8c34c3fa..1d074391d1 100644 --- a/circle.yml +++ b/circle.yml @@ -676,7 +676,7 @@ jobs: - deploy: name: Publish to Bintray command: | - if [[ $CIRCLE_BRANCH == release-mojito-log-telem ]] 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-artifactory -- cgit v1.2.1