Update prune.yaml
This commit is contained in:
parent
2aa3e7f2f9
commit
fa76d346fc
|
@ -16,7 +16,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prune App Versions
|
- name: Prune App Versions
|
||||||
run: |
|
run: |
|
||||||
for train in stable incubator
|
for train in stable incubator dependency
|
||||||
do
|
do
|
||||||
for chart in ${train}/*; do
|
for chart in ${train}/*; do
|
||||||
if [ -f "${chart}/item.yaml" ]; then
|
if [ -f "${chart}/item.yaml" ]; then
|
||||||
|
|
Loading…
Reference in New Issue