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"
40
40
# Verify the required Environment Variables are present.
41
41
capz::util::ensure_azure_envs
42
42
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" }
45
44
46
45
if [[ " ${USE_LOCAL_KIND_REGISTRY} " == " true" ]]; then
47
46
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"
39
39
# Verify the required Environment Variables are present.
40
40
capz::util::ensure_azure_envs
41
41
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" }
44
43
export BUILD_MANAGER_IMAGE=${BUILD_MANAGER_IMAGE:- " true" }
45
44
46
45
if [[ " ${USE_LOCAL_KIND_REGISTRY} " == " false" ]]; then
You can’t perform that action at this time.
0 commit comments