From 957f20cdc51a78314c7cac8f935f54ce0bdb1f94 Mon Sep 17 00:00:00 2001 From: jay-bisonai <137759552+jay-bisonai@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:33:12 +0900 Subject: [PATCH] test --- .github/workflows/ci.helm-lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.helm-lint.yaml b/.github/workflows/ci.helm-lint.yaml index 2a12de3a..1a64b6a4 100644 --- a/.github/workflows/ci.helm-lint.yaml +++ b/.github/workflows/ci.helm-lint.yaml @@ -40,8 +40,9 @@ jobs: - name: List changed helm charts id: list-changed run: | + set -e changed=$(ct list-changed --target-branch i-56/feat/ci-helm-lint) - echo $changed + echo "ct output: $changed" if [[ -n "$changed" ]]; then echo "true" fi