Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 9cf6c2a

Browse files
committed
[integration] Remove Teams notification in favor of GitHub adaptive cards
1 parent 0bfb741 commit 9cf6c2a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
version: 2.1
33
orbs:
44
slack: circleci/[email protected]
5-
ms-teams: cloudradar-monitoring/[email protected]
65
jobs:
76
ensure_formatting:
87
docker:
@@ -29,9 +28,6 @@ jobs:
2928
branch_pattern: master
3029
event: fail
3130
template: basic_fail_1
32-
- ms-teams/report:
33-
only_on_fail: true
34-
webhook_url: $MS_TEAMS_WEBHOOK_URL
3531
linter:
3632
docker:
3733
- image: alpine/flake8
@@ -45,9 +41,6 @@ jobs:
4541
branch_pattern: master
4642
event: fail
4743
template: basic_fail_1
48-
- ms-teams/report:
49-
only_on_fail: true
50-
webhook_url: $MS_TEAMS_WEBHOOK_URL
5144
build:
5245
working_directory: ~/opencti-client
5346
docker:
@@ -75,9 +68,6 @@ jobs:
7568
branch_pattern: master
7669
event: fail
7770
template: basic_fail_1
78-
- ms-teams/report:
79-
only_on_fail: true
80-
webhook_url: $MS_TEAMS_WEBHOOK_URL
8171
- persist_to_workspace:
8272
root: ~/opencti-client
8373
paths:
@@ -108,29 +98,20 @@ jobs:
10898
branch_pattern: master
10999
event: fail
110100
template: basic_fail_1
111-
- ms-teams/report:
112-
only_on_fail: true
113-
webhook_url: $MS_TEAMS_WEBHOOK_URL
114101
notify_rolling:
115102
docker:
116103
- image: "cimg/base:stable"
117104
steps:
118105
- slack/notify:
119106
event: pass
120107
template: basic_success_1
121-
- ms-teams/report:
122-
only_on_fail: false
123-
webhook_url: $MS_TEAMS_WEBHOOK_URL
124108
notify:
125109
docker:
126110
- image: "cimg/base:stable"
127111
steps:
128112
- slack/notify:
129113
event: pass
130114
template: basic_success_1
131-
- ms-teams/report:
132-
only_on_fail: false
133-
webhook_url: $MS_TEAMS_WEBHOOK_URL
134115

135116
workflows:
136117
version: 2

0 commit comments

Comments
 (0)