From 08c27753d125565adbbb374b69805990de24d2a0 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 3 Feb 2023 17:02:57 -0600 Subject: [PATCH] swap helm charts call to GHA - TEST --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92e5ddc..431158f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,11 +32,11 @@ jobs: - run: name: update helm-charts index - environment: - RELEASE_TAG: << pipeline.parameters.release-tag >> + # environment: + # RELEASE_TAG: << pipeline.parameters.release-tag >> command: | export GITHUB_TOKEN="${HELM_CHARTS_GITHUB_TOKEN}" - gh workflow run .github/workflows/publish-charts.yml \ + ./bin/gh workflow run .github/workflows/publish-charts.yml \ --repo hashicorp/helm-charts \ --ref templates_default_test \ -f SOURCE_TAG="${CIRCLE_TAG}" \ @@ -45,11 +45,11 @@ jobs: # fail_only: true # failure_message: "Failed to trigger an update to the helm charts index. Check the logs at: ${CIRCLE_BUILD_URL}" -parameters: - release-tag: - type: string - default: "" - description: "The tag to release, including v, e.g. v0.22.1" +# parameters: +# release-tag: +# type: string +# default: "" +# description: "The tag to release, including v, e.g. v0.22.1" workflows: version: 2