File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ source "${REPO_ROOT}/hack/util.sh"
4040# Verify the required Environment Variables are present.
4141capz::util::ensure_azure_envs
4242
43- export LOCAL_ONLY=${LOCAL_ONLY:- " true" }
44- export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:- ${LOCAL_ONLY} }
43+ export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:- " true" }
4544
4645if [[ " ${USE_LOCAL_KIND_REGISTRY} " == " true" ]]; then
4746 export REGISTRY=" localhost:5000/ci-e2e"
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ source "${REPO_ROOT}/hack/util.sh"
3939# Verify the required Environment Variables are present.
4040capz::util::ensure_azure_envs
4141
42- export LOCAL_ONLY=${LOCAL_ONLY:- " true" }
43- export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:- ${LOCAL_ONLY} }
42+ export USE_LOCAL_KIND_REGISTRY=${USE_LOCAL_KIND_REGISTRY:- " true" }
4443export BUILD_MANAGER_IMAGE=${BUILD_MANAGER_IMAGE:- " true" }
4544
4645if [[ " ${USE_LOCAL_KIND_REGISTRY} " == " false" ]]; then
You can’t perform that action at this time.
0 commit comments