summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index b6b52a857e..30e85766d7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -669,10 +669,10 @@ jobs:
name: Record size
command: platform/android/scripts/metrics.sh
- deploy:
- name: Publish to Maven
+ name: Publish to Bintray
command: |
if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
- make run-android-upload-archives
+ make run-android-upload-to-bintray
fi
# ------------------------------------------------------------------------------
android-debug-arm-v7-buck: