-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[semver:patch]: Circle config update
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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. | ||
|
@@ -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 | ||
|
@@ -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 | ||
|