Skip to content

Commit 1e81899

Browse files
committed
Disable notification on tag
1 parent 4792d8c commit 1e81899

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

.circleci/config.yml

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,6 @@ workflows:
1919
cocoapods: true
2020
- verify_branch:
2121
name: Verify branch
22-
notify_release:
23-
jobs:
24-
- notify_release:
25-
filters:
26-
tags:
27-
only: /(?!.*\bdaily\b)^v.*/
28-
branches:
29-
ignore: /.*/
30-
notify_release_daily:
31-
jobs:
32-
- notify_release_daily:
33-
filters:
34-
tags:
35-
only: /^v.*daily.*/
36-
branches:
37-
ignore: /.*/
3822

3923
jobs:
4024
macos-job:
@@ -130,46 +114,6 @@ jobs:
130114
- run:
131115
name: Verify LICENSE.md is up-to-date
132116
command: ./scripts/release/check-license.sh
133-
notify_release:
134-
docker:
135-
- image: cimg/base:stable
136-
resource_class: small
137-
steps:
138-
- slack/notify:
139-
channel: sdk-releases
140-
event: pass
141-
custom: |
142-
{
143-
"blocks": [
144-
{
145-
"type": "section",
146-
"text": {
147-
"type": "mrkdwn",
148-
"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"
149-
}
150-
}
151-
]
152-
}
153-
notify_release_daily:
154-
docker:
155-
- image: cimg/base:stable
156-
resource_class: small
157-
steps:
158-
- slack/notify:
159-
channel: sdk-releases
160-
event: pass
161-
custom: |
162-
{
163-
"blocks": [
164-
{
165-
"type": "section",
166-
"text": {
167-
"type": "mrkdwn",
168-
"text": "Common SDK daily version <https://github.com/mapbox/mapbox-sdk/releases/tag/common/$CIRCLE_TAG | common/$CIRCLE_TAG> has been released"
169-
}
170-
}
171-
]
172-
}
173117
verify_branch:
174118
docker:
175119
- image: cimg/base:stable
@@ -190,4 +134,4 @@ jobs:
190134
exit 1
191135
fi
192136
fi
193-
fi
137+
fi

0 commit comments

Comments
 (0)