summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index d76ab4a8ab..d3f79cd429 100644
--- a/circle.yml
+++ b/circle.yml
@@ -355,7 +355,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
- if [ "${CIRCLE_BRANCH}" == "release-agua" ]; then make run-android-upload-archives ; fi
+ if [ "${CIRCLE_BRANCH}" == "release-android-v5.3.1-cn.1" ]; then make run-android-upload-archives ; fi
# ------------------------------------------------------------------------------