You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-57Lines changed: 1 addition & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,6 @@ workflows:
19
19
cocoapods: true
20
20
- verify_branch:
21
21
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: /.*/
38
22
39
23
jobs:
40
24
macos-job:
@@ -130,46 +114,6 @@ jobs:
130
114
- run:
131
115
name: Verify LICENSE.md is up-to-date
132
116
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"
0 commit comments