Skip to content

Commit

Permalink
Remove unnecessary context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreutel committed Jan 18, 2023
1 parent 4c4d569 commit b30dc98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ workflows:
requires:
- checkout
- validate:
#context: gcp-tf-testing
requires:
- checkout
- sandbox-deploy:
context: gcp-tf-testing
requires:
- validate
filters:
Expand All @@ -71,7 +69,6 @@ workflows:
requires:
- sandbox-deploy
- sandbox-cleanup:
context: gcp-tf-testing
requires:
- hold

Expand Down

0 comments on commit b30dc98

Please sign in to comment.