From 74ac4908c4d97f004619320be0978cc7bdc082dc Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 3 Feb 2023 17:03:40 -0600 Subject: [PATCH] swap helm charts call to GHA - TEST --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 431158f..ff52b17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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}