From 8b5704949930279638923803d7a7e653c6d8e01d Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sat, 13 Jan 2024 01:32:22 +0100 Subject: [PATCH] chore: cleanup dirty skip code --- publish.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/publish.sh b/publish.sh index 80e475b..7f174bf 100755 --- a/publish.sh +++ b/publish.sh @@ -9,19 +9,10 @@ helm-docs -t ./README.adoc.gotmpl -t _docs.gotmpl -o README.adoc ./docs/modules/charts/generate.sh +ct lint || exit 1 + for p in * ; do if \ - [ $p == "alertmanager-matrix" ] || \ - [ $p == "alertmanager-ntfy" ] || \ - [ $p == "conduit" ] || \ - [ $p == "grampsweb" ] || \ - [ $p == "headscale" ] || \ - [ $p == "headscale-ui" ] || \ - [ $p == "forgejo-runner" ] || \ - [ $p == "jellyfin" ] || \ - [ $p == "monitoring" ] || \ - [ $p == "ntfy" ] || \ - [ $p == "postgresql" ] || \ [ ! -d $p ] || \ [ ! -f $p/Chart.yaml ] \ ; then