copy other logic
This commit is contained in:
@@ -92,7 +92,14 @@ jobs:
|
|||||||
done
|
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
|
for chart in $(ls "$charts_path/$train"); do
|
||||||
chartname="$(basename "$(dirname "${chart}")")"
|
chartname="$(basename "$(dirname "${chart}")")"
|
||||||
if [ -d "${chart}" ]; then
|
if [ -d "${chart}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user