Skip to content

Commit

Permalink
chore(circleci): remove context
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlecorre committed Mar 23, 2022
1 parent 5bf6a2b commit c19430f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ workflows:
tests:
jobs:
- go/static-tests:
context: go_public
github-config-private-package: false
filters:
<<: *filters_only_branch
- go/tests-localstack-and-pg:
context: go_public
github-config-private-package: false
filters:
<<: *filters_only_branch
- go/build:
context: go_public
github-config-private-package: false
dry-run-release: true
requires:
Expand All @@ -60,13 +57,11 @@ workflows:
dev:
jobs:
- go/build:
context: go_public
github-config-private-package: false
dry-run-release: true
filters:
<<: *filters_only_dev
- docker/publish:
context: go_public
deploy: false
<<: *docker-config
filters:
Expand All @@ -77,7 +72,6 @@ workflows:
release:
jobs:
- go/build:
context: go_public
github-config-private-package: false
dry-run-release: false
filters:
Expand Down

0 comments on commit c19430f

Please sign in to comment.