mirror of
https://github.com/truecharts/catalog.git
synced 2026-02-03 06:03:17 +08:00
Update prune.yaml
This commit is contained in:
committed by
GitHub
parent
2aa3e7f2f9
commit
fa76d346fc
2
.github/workflows/prune.yaml
vendored
2
.github/workflows/prune.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- name: Prune App Versions
|
||||
run: |
|
||||
for train in stable incubator
|
||||
for train in stable incubator dependency
|
||||
do
|
||||
for chart in ${train}/*; do
|
||||
if [ -f "${chart}/item.yaml" ]; then
|
||||
|
||||
Reference in New Issue
Block a user