Skip to content

Commit

Permalink
Fix CircleCI release pipeline (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Sep 17, 2024
1 parent b42aaea commit 2a16df7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ workflows:
filters:
tags:
only: /^v.*/

- template-chart:
name: "template-chart"
name: template-chart
requires:
- go-build
filters:
branches:
ignore:
- main
requires:
- "go-build"
tags:
only: /^v.*/

- architect/push-to-registries:
context: architect
Expand All @@ -67,11 +69,11 @@ workflows:
filters:
tags:
only: /^v.*/

- architect/run-tests-with-ats:
name: run-chart-tests-with-ats
filters:
# Do not trigger the job on merge to master.
# Do not trigger the job on merge to main.
branches:
ignore:
- main
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Disable logger development mode to avoid panicking, use zap as logger
- Fix CircleCI release pipeline

## [0.4.0] - 2024-08-20

Expand Down

0 comments on commit 2a16df7

Please sign in to comment.