Skip to content

Commit

Permalink
Merge pull request #368 from habx/chore/1.4/fix-ci
Browse files Browse the repository at this point in the history
APP-28491: chore(circleci): remove context
  • Loading branch information
habxtech authored Mar 23, 2022
2 parents 5bf6a2b + c19430f commit 7ecb7e7
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 7ecb7e7

Please sign in to comment.