From c8666da9a3c35e658c3ebb45db99528c350a107c Mon Sep 17 00:00:00 2001 From: Faseela K Date: Wed, 10 Sep 2025 14:16:47 +0200 Subject: [PATCH] Fix SC2218 lint failure (#16865) * WIP - Try to fix SC2218 lint failure Signed-off-by: Faseela K * fix ambient multi cluster Signed-off-by: Faseela K * Move shellcheck next to the source line Signed-off-by: Faseela K --------- Signed-off-by: Faseela K --- .../multi-primary_multi-network/helm_test.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/helm_test.sh b/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/helm_test.sh index a4181cff15..66ff1703a3 100644 --- a/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/helm_test.sh +++ b/content/en/docs/ambient/install/multicluster/multi-primary_multi-network/helm_test.sh @@ -21,9 +21,12 @@ set -e set -u set -o pipefail -source content/en/docs/ambient/install/multicluster/common.sh +#shellcheck source=tests/util/gateway-api.sh source "tests/util/gateway-api.sh" +#shellcheck source=content/en/docs/setup/install/multicluster/common.sh +source "content/en/docs/ambient/install/multicluster/common.sh" + set_multi_network_vars setup_helm_repo @@ -82,14 +85,14 @@ function enable_endpoint_discovery { snip_enable_endpoint_discovery_2 } - time configure_trust time install_istio_helm time enable_endpoint_discovery time verify_load_balancing # @cleanup -source content/en/docs/setup/install/multicluster/common.sh +#shellcheck source=content/en/docs/setup/install/multicluster/common.sh +source "content/en/docs/setup/install/multicluster/common.sh" set_multi_network_vars function cleanup_cluster1_helm {