Skip to content

Commit

Permalink
[skip ci] Refactor contexts (gruntwork-io#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eak12913 authored Mar 28, 2023
1 parent fb8e52b commit fe9b05a
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 @@ -79,15 +79,17 @@ workflows:
jobs:
- precommit:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
filters:
tags:
only: /^v.*/
- integration_tests:
requires:
- precommit
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
filters:
tags:
only: /^v.*/

0 comments on commit fe9b05a

Please sign in to comment.