Skip to content

Commit

Permalink
ci: add job context
Browse files Browse the repository at this point in the history
  • Loading branch information
tedraykov committed Jun 30, 2021
1 parent 43056e9 commit 72eb93f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ workflows:
version: 2
build_deploy:
jobs:
- build
- build:
context: reaction
- lint:
requires:
- build
- deploy:
context: reaction
requires:
- lint
filters:
Expand Down

0 comments on commit 72eb93f

Please sign in to comment.