trying to patch the release script again
This commit is contained in:
@@ -4,8 +4,7 @@ dependencies:
|
|||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.13
|
version: 8.3.13
|
||||||
description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various
|
description: Mylar is a automated Comic Book downloader
|
||||||
download clients.
|
|
||||||
home: https://github.com/truechartsapps/tree/master/charts/stable/mylar
|
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
|
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ main() {
|
|||||||
prep_helm
|
prep_helm
|
||||||
for chart in "${changed_charts[@]}"; do
|
for chart in "${changed_charts[@]}"; do
|
||||||
if [[ -d "$chart" ]]; then
|
if [[ -d "$chart" ]]; then
|
||||||
|
echo "Start processing $chart ..."
|
||||||
chartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')
|
chartversion=$(cat ${chart}/Chart.yaml | grep "^version: " | awk -F" " '{ print $2 }')
|
||||||
chartname=$(basename ${chart})
|
chartname=$(basename ${chart})
|
||||||
train=$(basename $(dirname "$chart"))
|
train=$(basename $(dirname "$chart"))
|
||||||
@@ -97,7 +98,9 @@ main() {
|
|||||||
else
|
else
|
||||||
echo "Chart '$chart' no longer exists in repo. Skipping it..."
|
echo "Chart '$chart' no longer exists in repo. Skipping it..."
|
||||||
fi
|
fi
|
||||||
|
echo "Done processing $chart ..."
|
||||||
done
|
done
|
||||||
|
echo "Starting post-processing"
|
||||||
pre_commit
|
pre_commit
|
||||||
validate_catalog
|
validate_catalog
|
||||||
if [ "${production}" == "true" ]; then
|
if [ "${production}" == "true" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user