chore: cleanup dirty skip code

This commit is contained in:
WrenIX 2024-01-13 01:32:22 +01:00
parent a9620a5e0d
commit 8b57049499
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

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