trying to patch the release script again
This commit is contained in:
parent
834479f0db
commit
e38d1bc122
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue