Skip to content

Commit

Permalink
add scan_ossi context
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Mar 23, 2021
1 parent 908d737 commit f63c09e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ workflows:
version: 2
build_and_release:
jobs:
- build
- build:
context: scan_ossi
- release:
context: ahab
filters:
Expand All @@ -74,4 +75,5 @@ workflows:
branches:
only: main
jobs:
- build
- build:
context: scan_ossi

0 comments on commit f63c09e

Please sign in to comment.