copy other logic

This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-22 20:19:26 +01:00
parent d11a287e9e
commit 07b98df96c

View File

@@ -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