Skip to content

Commit

Permalink
drop Local only env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Jul 17, 2024
1 parent 334aef3 commit ec2b582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/ci-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec2b582

Please sign in to comment.