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
|
||||
- run:
|
||||
name: verify Chart version matches tag version
|
||||
environment:
|
||||
RELEASE_TAG: << pipeline.parameters.release-tag >>
|
||||
# environment:
|
||||
# RELEASE_TAG: << pipeline.parameters.release-tag >>
|
||||
command: |
|
||||
go install github.com/mikefarah/yq/v2@latest
|
||||
export TAG=${RELEASE_TAG:-$CIRCLE_TAG}
|
||||
|
|
Loading…
Reference in a new issue