mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 18:11:22 -03:00
copy other logic
This commit is contained in:
9
.github/workflows/secgen.yaml
vendored
9
.github/workflows/secgen.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user