summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-08-16 10:14:36 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-16 11:53:48 +0300
commit9f8696c00c7ef11abb3850e4694bc7375365295e (patch)
tree182ce6d54475bdf13c7f2ecc742e02bc25b39e3f
parent61e07b7b48c221a65a61eb636889038741a00b2c (diff)
downloadqtlocation-mapboxgl-9f8696c00c7ef11abb3850e4694bc7375365295e.tar.gz
[build] do not skip tag-initiated builds
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 68c49dd3f6..47bc1e9bdb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -493,7 +493,7 @@ commands:
- run:
name: Check if this job can be skipped
command: |
- if [[ $CIRCLE_BRANCH != master ]] && [[ $CIRCLE_BRANCH != release-* ]]; then
+ if [[ $CIRCLE_BRANCH != master ]] && [[ $CIRCLE_BRANCH != release-* ]] && [[ -z $CIRCLE_TAG ]]; then
scripts/check-ci-job-skippability.js
fi