Skip to content

Commit d00446b

Browse files
committed
ignore qeb-hwt-github-app for now
Signed-off-by: Christoph Görn <[email protected]>
1 parent 38698aa commit d00446b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-kustomize-build

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ chmod +x $KUSTOMIZE_PLUGIN_HOME/viaduct.ai/v1/ksops/ksops
2020
k=$(find . -name kustomization.yaml)
2121

2222
for d in $k; do
23+
if [[ $(dirname $d) == ./qeb-hwt-github-app* ]]; then
24+
echo skipping $(dirname $d)
25+
continue
26+
fi
27+
2328
echo checking $(dirname $d)
2429
kustomize build --enable_alpha_plugins $(dirname $d) 2>&1 >/dev/null
2530
done

0 commit comments

Comments
 (0)