Skip to content

Commit

Permalink
adding context
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 20, 2024
1 parent 0d0cf5d commit 9d38bef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
# Tests the code and lints it
test:
executor: go-build
context:
- gcp-credentials-ar-ci
- sig-go-project
steps:
- checkout
- restore-go-mod-cache
Expand All @@ -63,4 +60,7 @@ workflows:
version: 2
test:
jobs:
- test
- test:
context:
- gcp-credentials-ar-ci
- sig-go-project

0 comments on commit 9d38bef

Please sign in to comment.