Update build-release.sh

This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-26 15:22:16 +01:00
committed by GitHub
parent 61a6c7e967
commit 365238d5c8
+1 -1
View File
@@ -63,7 +63,6 @@ main() {
parallel -j ${parthreads} chart_runner '2>&1' ::: ${changed_charts[@]}
echo "Starting post-processing"
pre_commit
validate_catalog
if [ "${production}" == "true" ]; then
gen_dh_cat
release_charts
@@ -77,6 +76,7 @@ main() {
edit_release "$chart" "$chartname" "$train" "$chartversion"
fi
done
validate_catalog
else
echo "Nothing to do. No chart changes detected."
fi