Skip to content

Commit

Permalink
Merge pull request #848 from CircleCI-Public/use-release-context
Browse files Browse the repository at this point in the history
ci(release): Using devex-release as context
  • Loading branch information
AbrahamTewa authored Feb 20, 2023
2 parents df055ca + 14cdbbd commit c18fc32
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ jobs:
brew-deploy:
executor: mac
environment:
- USER: circleci
- TRAVIS: circleci
- DESTDIR: /Users/distiller/dest
USER: circleci
TRAVIS: circleci
DESTDIR: /Users/distiller/dest
steps:
- checkout
- force-http-1
Expand Down Expand Up @@ -335,6 +335,8 @@ workflows:
- brew-deploy:
requires:
- run-brew-deploy-gate
context:
- devex-release
- deploy:
requires:
- test
Expand All @@ -346,3 +348,5 @@ workflows:
filters:
branches:
only: main
context:
- devex-release

0 comments on commit c18fc32

Please sign in to comment.