swap helm charts call to GHA - TEST
This commit is contained in:
parent
08c27753d1
commit
74ac4908c4
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: verify Chart version matches tag version
|
name: verify Chart version matches tag version
|
||||||
environment:
|
# environment:
|
||||||
RELEASE_TAG: << pipeline.parameters.release-tag >>
|
# RELEASE_TAG: << pipeline.parameters.release-tag >>
|
||||||
command: |
|
command: |
|
||||||
go install github.com/mikefarah/yq/v2@latest
|
go install github.com/mikefarah/yq/v2@latest
|
||||||
export TAG=${RELEASE_TAG:-$CIRCLE_TAG}
|
export TAG=${RELEASE_TAG:-$CIRCLE_TAG}
|
||||||
|
|
Loading…
Reference in a new issue