From 1bf058a28ce8376f16b8fb3b786a6285a4206707 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Mon, 23 Oct 2023 12:38:49 +0300 Subject: [PATCH] feat(builder): add builder --- .github/workflows/lint-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index d0e7499..477afd3 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -98,8 +98,8 @@ jobs: - name: Run chart-testing (install) run: | changed=$(ct list-changed --config "ct.yaml") - if [[ "$changed" == "charts/cf-common" || "$changed" == "charts/builder" || ]]; then - # Do not run `ct install` for cf-common (library chart) + if [[ "$changed" == "charts/cf-common" || "$changed" == "charts/builder" ]]; then + # Do not run `ct install` for cf-common (library chart) or builder exit 0 fi helm repo add cf-common https://chartmuseum.codefresh.io/cf-common