Reorganise the trains

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-23 21:32:52 +02:00
parent 674b30a7bd
commit d3deb8af69
614 changed files with 16 additions and 903 deletions
+4 -4
View File
@@ -90,7 +90,7 @@ jobs:
path: catalog
- name: Remove if release already exists
run: |
for train in stable incubator develop non-free deprecated
for train in stable incubator
do
for chart in master/charts/${train}/*; do
if [ -d "${chart}/SCALE" ]; then
@@ -106,7 +106,7 @@ jobs:
done
- name: fetch dependencies
run: |
for train in stable incubator develop non-free deprecated
for train in stable incubator
do
for chart in master/charts/${train}/*; do
if [ -d "${chart}" ]; then
@@ -118,7 +118,7 @@ jobs:
done
- name: Apply SCALE Patches
run: |
for train in stable incubator develop non-free deprecated
for train in stable incubator
do
for chart in master/charts/${train}/*; do
if [ -d "${chart}/SCALE" ]; then
@@ -140,7 +140,7 @@ jobs:
done
- name: Add Chart release
run: |
for train in stable incubator develop non-free deprecated
for train in stable incubator
do
for chart in master/charts/${train}/*; do
if [ -f "${chart}/item.yaml" ]; then