Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 42aeb4a

Browse files
authored
[skip ci] Refactor contexts (#82)
1 parent a7dd447 commit 42aeb4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ workflows:
8989
jobs:
9090
- precommit:
9191
context:
92-
- Gruntwork GCP
92+
- GCP__automated-tests
93+
- GITHUB__PAT__gruntwork-ci
9394
filters:
9495
tags:
9596
only: /^v.*/
9697
- test:
9798
context:
98-
- Gruntwork GCP
99+
- GCP__automated-tests
100+
- GITHUB__PAT__gruntwork-ci
99101
requires:
100102
- precommit
101103
filters:

0 commit comments

Comments
 (0)