more nextlining

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-06 15:04:49 +02:00
parent e2a0a8f3fa
commit 3c6092905c
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,8 @@ jobs:
path: catalog
- name: Remove if release already exists
run: |
for train in stable incubator; do
for train in stable incubator
do
for chart in master/${train}/*; do
if [ -d "${chart}" ]; then
maxchartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')
@ -139,7 +140,8 @@ jobs:
done
- name: Add Chart release
run: |
for train in stable incubator; do
for train in stable incubator
do
for chart in master/${train}/*; do
if [ -d "${chart}" ]; then
maxchartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')