summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-12-07 13:58:58 -0800
committerjmkiley <jordan.kiley@mapbox.com>2018-12-07 13:58:58 -0800
commit4f39919b62c96a7ff01b0fc54c655132e419e421 (patch)
tree8dc35e9691bf21c5ec8ec68afa59e72e15c116bf
parentc583965b015f8b77daf9c47b822a167fc603f1d8 (diff)
downloadqtlocation-mapboxgl-4f39919b62c96a7ff01b0fc54c655132e419e421.tar.gz
[ios] update filters
-rw-r--r--circle.yml23
1 files changed, 2 insertions, 21 deletions
diff --git a/circle.yml b/circle.yml
index 29de6ce119..35899fc8df 100644
--- a/circle.yml
+++ b/circle.yml
@@ -49,9 +49,9 @@ workflows:
- ios-release-tag:
filters:
tags:
- only: /v*-cn.*/
+ only: /^v.*-cn.\.*/
branches:
- ignore: /.*/
+ only: /ios8-release-.*/
- macos-debug
- qt4-linux-gcc5-release
- qt5-linux-gcc5-release
@@ -960,11 +960,6 @@ jobs:
SLACK_CHANNEL: C0ACM9Q2C
steps:
- checkout
- - run:
- name: Send a Slack notification on start
- command: |
- export SLACK_MESSAGE="<$CIRCLE_BUILD_URL|Release build for \`$CIRCLE_TAG\` started.>"
- scripts/notify-slack.sh
- install-macos-dependencies
- install-ios-packaging-dependencies
- install-dependencies
@@ -977,20 +972,6 @@ jobs:
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs
- - run:
- name: Send a Slack notification on failure
- when: on_fail
- command: |
- export SLACK_MESSAGE="<$CIRCLE_BUILD_URL|Release build for \`$CIRCLE_TAG\` failed.>"
- export SLACK_COLOR="danger"
- scripts/notify-slack.sh
- - run:
- name: Send a Slack notification on success
- when: on_success
- command: |
- export SLACK_MESSAGE="<$CIRCLE_BUILD_URL|Release build for \`$CIRCLE_TAG\` succeeded.>"
- export SLACK_COLOR="good"
- scripts/notify-slack.sh
# ------------------------------------------------------------------------------
macos-debug: