readd dev train to temporarily drop non-working stuff into for testing

As we don't want to mix with incubator on bulk-adds of apps
This commit is contained in:
kjeld Schouten-Lebbing
2021-10-15 11:39:41 +02:00
parent fb97389c8e
commit 22241139cb
+3
View File
@@ -28,6 +28,7 @@ jobs:
list-files: json
filters: |
changed:
- 'charts/dev/**'
- 'charts/stable/**'
- 'charts/incubator/**'
- 'charts/library/**'
@@ -81,6 +82,8 @@ jobs:
train="stable"
elif test -f "./charts/library/${{ matrix.app }}/Chart.yaml"; then
train="library"
elif test -f "./charts/dev/${{ matrix.app }}/Chart.yaml"; then
train="dev"
else
train="incubator"
fi