From 07b98df96ceeab49439b1f817bf99f4785ac465c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 22 Dec 2022 20:19:26 +0100 Subject: [PATCH] copy other logic --- .github/workflows/secgen.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/secgen.yaml b/.github/workflows/secgen.yaml index 51fab8c4920..093e3fe0133 100644 --- a/.github/workflows/secgen.yaml +++ b/.github/workflows/secgen.yaml @@ -92,7 +92,14 @@ jobs: done } - for train in stable SCALE incubator games enterprise develop non-free deprecated dependency core; do + charts_path=${charts_path:-./charts} + trains=( + "enterprise" + "stable" + "incubator" + "dependency" + ) + for train in "${trains[@]}"; do for chart in $(ls "$charts_path/$train"); do chartname="$(basename "$(dirname "${chart}")")" if [ -d "${chart}" ]; then