Skip to content

Commit

Permalink
[semver:skip] Config Context Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Simmer authored Jun 7, 2021
1 parent cd9e964 commit f05aa2e
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 @@ -57,15 +57,15 @@ workflows:
# if using Contexts, add your context below
- orb-tools/publish-dev:
orb-name: circleci/gradle
context: orb-publishing
context: orb-publisher
requires:
- orb-tools/pack

# trigger an integration workflow to test the
# dev:${CIRCLE_SHA1:0:7} version of your orb
- orb-tools/trigger-integration-tests-workflow:
name: trigger-integration-dev
context: orb-publishing
context: orb-publisher
requires:
- orb-tools/publish-dev

Expand Down Expand Up @@ -95,10 +95,10 @@ workflows:
# e.g. [semver:patch] will cause a patch version to be published.
- orb-tools/dev-promote-prod-from-commit-subject:
orb-name: circleci/gradle
context: orb-publishing
context: orb-publisher
add-pr-comment: true
bot-token-variable: GHI_TOKEN
bot-user: cpe-bot
bot-user: orb-publisher
fail-if-semver-not-indicated: true
publish-version-tag: false
requires:
Expand Down

0 comments on commit f05aa2e

Please sign in to comment.