This commit is contained in:
kjeld Schouten-Lebbing
2022-04-01 08:58:45 +02:00
parent 8ea9690e1f
commit 717e9216ea
487 changed files with 2 additions and 110575 deletions

View File

@@ -1,4 +1,4 @@
name: "Housekeeping"
name: "Prune Versions"
on:
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
- name: Prune App Versions
run: |
for train in stable incubator dependency
for train in stable incubator dependency core dev games enterprise
do
for chart in ${train}/*; do
if [ -f "${chart}/item.yaml" ]; then