Skip to content

Commit

Permalink
Using circleci common conntext
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Jul 23, 2022
1 parent d18400a commit 3a7a234
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ workflows:
commit:
jobs:
- lint
- build
- build:
context: common
- sanitize
nightly:
triggers:
Expand All @@ -106,4 +107,5 @@ workflows:
only:
- master
jobs:
- build
- build:
context: common

0 comments on commit 3a7a234

Please sign in to comment.