trying to patch the release script again

This commit is contained in:
kjeld Schouten-Lebbing 2021-10-20 13:49:34 +02:00
parent 834479f0db
commit e38d1bc122
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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