From ec4a91f43e0d30183552c94407f0cd1d7e047bce Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:38:28 +0100 Subject: [PATCH] bazel: fix exclude dir Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --- bazel/ci/shellcheck.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/ci/shellcheck.sh.in b/bazel/ci/shellcheck.sh.in index dd657cef70..e9ab8180c6 100644 --- a/bazel/ci/shellcheck.sh.in +++ b/bazel/ci/shellcheck.sh.in @@ -25,7 +25,7 @@ readarray -t <<< "${scriptsStr}" scripts=("${MAPFILE[@]}") excludeDirs=( - "cli/internal/helm/charts/cilium" + "internal/helm/charts/cilium" "build" "docs/node_modules" )