chore: cleanup dirty skip code
This commit is contained in:
parent
a9620a5e0d
commit
8b57049499
1 changed files with 2 additions and 11 deletions
13
publish.sh
13
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
|
||||
|
|
Loading…
Add table
Reference in a new issue