Skip to content

Commit

Permalink
ci(release): Using devex-release as context
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrahamTewa authored Feb 18, 2023
1 parent df055ca commit 14cdbbd
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 14cdbbd

Please sign in to comment.