Skip to content

Commit

Permalink
Merge pull request #1349 from snyk/chore/fix-pipeline
Browse files Browse the repository at this point in the history
chore: add snyk context to build and tests
  • Loading branch information
ahmed-agabani-snyk authored Aug 14, 2023
2 parents 0901af6 + 8b6ced0 commit fe9f67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1072,11 +1072,13 @@ workflows:
only:
- staging
- build_and_upload_operator:
context: team-container-integration-snyk
filters:
branches:
only:
- staging
- unit_tests:
context: team-container-integration-snyk
filters:
branches:
only:
Expand Down
2 changes: 2 additions & 0 deletions .circleci/config/@config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ workflows:
context: team-container-integration-snyk
<<: *staging_branch_only_filter
- build_and_upload_operator:
context: team-container-integration-snyk
<<: *staging_branch_only_filter
- unit_tests:
context: team-container-integration-snyk
<<: *staging_branch_only_filter
- system_tests:
<<: *staging_branch_only_filter
Expand Down

0 comments on commit fe9f67f

Please sign in to comment.