rename insecure to deprecated

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-09 13:31:49 +02:00
parent 2f6bf84d95
commit 4c027dc2ed
4 changed files with 35 additions and 17 deletions

View File

@@ -7,7 +7,11 @@ on:
tags-ignore:
- '**'
paths:
- 'test/**'
- 'stable/**'
- 'develop/**'
- 'incubator/**'
- 'non-free/**'
- 'deprecated/**'
- '.github/workflows/apps.release.yaml'
jobs:
@@ -38,7 +42,7 @@ jobs:
path: catalog
- name: Remove if release already exists
run: |
for train in stable incubator develop non-free insecure
for train in stable incubator develop non-free deprecated
do
for chart in master/${train}/*; do
if [ -d "${chart}" ]; then
@@ -52,7 +56,7 @@ jobs:
done
- name: fetch dependencies
run: |
for train in stable incubator develop non-free insecure
for train in stable incubator develop non-free deprecated
do
for chart in master/${train}/*; do
if [ -d "${chart}" ]; then
@@ -64,7 +68,7 @@ jobs:
done
- name: Add Chart release
run: |
for train in stable incubator develop non-free insecure
for train in stable incubator develop non-free deprecated
do
for chart in master/${train}/*; do
if [ -d "${chart}" ]; then
@@ -78,7 +82,7 @@ jobs:
done
- name: Apply SCALE Patches
run: |
for train in stable incubator develop non-free insecure
for train in stable incubator develop non-free deprecated
do
for chart in catalog/${train}/*; do
if [ -d "${chart}" ]; then