Skip to content

Commit

Permalink
CI slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed May 25, 2022
1 parent 3afdbcd commit 56d57c7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

version: 2.1

orbs:
slack: circleci/slack@4.4.4

executors:
go:
docker:
Expand Down Expand Up @@ -70,7 +73,9 @@ workflows:
build_and_release:
jobs:
- build:
context: scan_ossi
context:
- scan_ossi
- slack_community_oss_fun
filters:
branches:
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
Expand All @@ -93,4 +98,6 @@ workflows:
only: main
jobs:
- build:
context: scan_ossi
context:
- scan_ossi
- slack_community_oss_fun

0 comments on commit 56d57c7

Please sign in to comment.