From e38d1bc1224de086fe5c00ee5c3e70c0f5125327 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 20 Oct 2021 13:49:34 +0200 Subject: [PATCH] trying to patch the release script again --- charts/stable/mylar/Chart.yaml | 3 +-- tools/build-release.sh | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 2ca7fa4e47d..86bdb69eec6 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -4,8 +4,7 @@ dependencies: - name: common repository: https://truecharts.org version: 8.3.13 -description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various - download clients. +description: Mylar is a automated Comic Book downloader home: https://github.com/truechartsapps/tree/master/charts/stable/mylar icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png keywords: diff --git a/tools/build-release.sh b/tools/build-release.sh index 263c152d115..7e86fe357c3 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -75,6 +75,7 @@ main() { prep_helm for chart in "${changed_charts[@]}"; do if [[ -d "$chart" ]]; then + echo "Start processing $chart ..." chartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }') chartname=$(basename ${chart}) train=$(basename $(dirname "$chart")) @@ -97,7 +98,9 @@ main() { else echo "Chart '$chart' no longer exists in repo. Skipping it..." fi + echo "Done processing $chart ..." done + echo "Starting post-processing" pre_commit validate_catalog if [ "${production}" == "true" ]; then