Skip to content

Commit fca14a5

Browse files
authored
Disable notification on tag
1 parent cd2f7cc commit fca14a5

1 file changed

Lines changed: 0 additions & 56 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@ workflows:
1717
- macos-job:
1818
name: CocoaPods
1919
cocoapods: true
20-
notify_release:
21-
jobs:
22-
- notify_release:
23-
filters:
24-
tags:
25-
only: /(?!.*\bdaily\b)^v.*/
26-
branches:
27-
ignore: /.*/
28-
notify_release_daily:
29-
jobs:
30-
- notify_release_daily:
31-
filters:
32-
tags:
33-
only: /^v.*daily.*/
34-
branches:
35-
ignore: /.*/
3620

3721
jobs:
3822
macos-job:
@@ -128,43 +112,3 @@ jobs:
128112
- run:
129113
name: Verify LICENSE.md is up-to-date
130114
command: ./scripts/release/check-license.sh
131-
notify_release:
132-
docker:
133-
- image: cimg/base:stable
134-
resource_class: small
135-
steps:
136-
- slack/notify:
137-
channel: sdk-releases
138-
event: pass
139-
custom: |
140-
{
141-
"blocks": [
142-
{
143-
"type": "section",
144-
"text": {
145-
"type": "mrkdwn",
146-
"text": "Common SDK <https://github.com/mapbox/mapbox-sdk-common/releases/tag/$CIRCLE_TAG | $CIRCLE_TAG> or <https://github.com/mapbox/mapbox-sdk/releases/tag/common/$CIRCLE_TAG | common/$CIRCLE_TAG> has been released. cc @core-sdk-team @gl-native-team @maps-android @maps-ios @search-sdk-team @navnative @navigation-ios @navigation-android"
147-
}
148-
}
149-
]
150-
}
151-
notify_release_daily:
152-
docker:
153-
- image: cimg/base:stable
154-
resource_class: small
155-
steps:
156-
- slack/notify:
157-
channel: sdk-releases
158-
event: pass
159-
custom: |
160-
{
161-
"blocks": [
162-
{
163-
"type": "section",
164-
"text": {
165-
"type": "mrkdwn",
166-
"text": "Common SDK daily version <https://github.com/mapbox/mapbox-sdk/releases/tag/common/$CIRCLE_TAG | common/$CIRCLE_TAG> has been released"
167-
}
168-
}
169-
]
170-
}

0 commit comments

Comments
 (0)