From ec2b5822bb65f85157ff597406064bf364f01846 Mon Sep 17 00:00:00 2001 From: Nawaz Hussain Khazielakha Date: Wed, 17 Jul 2024 16:28:55 -0700 Subject: [PATCH] drop Local only env var --- scripts/ci-conformance.sh | 3 +-- scripts/ci-e2e.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/ci-conformance.sh b/scripts/ci-conformance.sh index 25671249535b..a8c9415059e1 100755 --- a/scripts/ci-conformance.sh +++ b/scripts/ci-conformance.sh @@ -40,8 +40,7 @@ source "${REPO_ROOT}/hack/util.sh" # Verify the required Environment Variables are present. capz::util::ensure_azure_envs -export LOCAL_ONLY=${LOCAL_ONLY:-"true"} -export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:-${LOCAL_ONLY}} +export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:-"true"} if [[ "${USE_LOCAL_KIND_REGISTRY}" == "true" ]]; then export REGISTRY="localhost:5000/ci-e2e" diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index 40ad9c3ba45f..04498f7a1e5c 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -39,8 +39,7 @@ source "${REPO_ROOT}/hack/util.sh" # Verify the required Environment Variables are present. capz::util::ensure_azure_envs -export LOCAL_ONLY=${LOCAL_ONLY:-"true"} -export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:-${LOCAL_ONLY}} +export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:-"true"} export BUILD_MANAGER_IMAGE=${BUILD_MANAGER_IMAGE:-"true"} if [[ "${USE_LOCAL_KIND_REGISTRY}" == "false" ]]; then