summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-03-06 17:26:45 +0100
committerŁukasz Paczos <lukas.paczos@gmail.com>2019-03-06 17:29:48 +0100
commit239a23c65b72a3fcb39329933999d5b39bd9103b (patch)
tree171718c2955f981a284e3bbed4c1c42a5e64f384
parente1a5873b8113574f05dd1f008631c12894b5a2bf (diff)
downloadqtlocation-mapboxgl-upstream/lp-bintray-test.tar.gz
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index ff1aac5af2..ccfcdc493c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -668,7 +668,7 @@ jobs:
- deploy:
name: Publish to Bintray
command: |
- if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
+ if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_BRANCH == lp-bintray-test ]] || [[ $CIRCLE_TAG == android-v* ]]; then
make run-android-upload-to-bintray
fi
# ------------------------------------------------------------------------------