Skip to content

Commit

Permalink
[semver:patch]: Circle config update
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Hepworth <[email protected]>
  • Loading branch information
Karl Hepworth committed Sep 5, 2023
1 parent 1e20fc8 commit a2e4ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
# Replace this with your own!
skpr: skpr/snyk@<<pipeline.parameters.dev-orb-version>>
zap: pnx/zap@<<pipeline.parameters.dev-orb-version>>
orb-tools: circleci/[email protected]
bats: circleci/[email protected]
shellcheck: circleci/[email protected]
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
# "greet" is a sample command packaged with this orb config.
# This sample integration test will run as long as the greet command exists. Once you remove the greet command you should remove this line.
# Push new changes first, before adding new tests to your config.
- snyk/install
- pnx/zap

workflows:
# Prior to producing a development orb (which requires credentials) basic validation, linting, and even unit testing can be performed.
Expand Down Expand Up @@ -60,7 +60,7 @@ workflows:
- shellcheck/check
# Publish development version(s) of the orb.
- orb-tools/publish-dev:
orb-name: skpr/snyk
orb-name: pnx/zap
context: orb-publishing # A restricted context containing your private publishing credentials. Will only execute if approved by an authorized user.
requires: [hold-for-dev-publish]
# Trigger an integration workflow to test the
Expand All @@ -87,7 +87,7 @@ workflows:
# be skipped.
# e.g. [semver:patch] will cause a patch version to be published.
- orb-tools/dev-promote-prod-from-commit-subject:
orb-name: skpr/snyk
orb-name: pnx/zap
context: orb-publishing
add-pr-comment: false
fail-if-semver-not-indicated: true
Expand Down

0 comments on commit a2e4ecb

Please sign in to comment.