Skip to content

Commit

Permalink
Switch to the CircleCI GCP context (gruntwork-io#110)
Browse files Browse the repository at this point in the history
* add the circleci gcp context

* standardize to other repos
  • Loading branch information
robmorgan authored Jan 13, 2021
1 parent bb24db0 commit 76c5119
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ workflows:
version: 2
test:
jobs:
# We have to explicitly tell CircleCI to run on all tags and branches, or tag commits/pushes will not trigger
# builds: https://circleci.com/docs/2.0/workflows/#git-tag-job-execution.
- precommit:
context:
- Gruntwork GCP
filters:
branches:
only: /.*/
tags:
only: /.*/
only: /^v.*/
- test:
context:
- Gruntwork GCP
requires:
- precommit
filters:
Expand Down

0 comments on commit 76c5119

Please sign in to comment.