Skip to content

Commit

Permalink
Merge pull request #2810 from lzhecheng/bound-CLUSTER_CONFIG_PATH
Browse files Browse the repository at this point in the history
Bound CLUSTER_CONFIG_PATH in run-e2e.sh
  • Loading branch information
k8s-ci-robot committed Nov 22, 2022
2 parents 1267162 + 605ffbc commit c905fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/scripts/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [[ -z "${IMAGE_TAG:-}" ]]; then
IMAGE_TAG="$(git rev-parse --short=7 HEAD)"
fi

if [[ -z "${CLUSTER_CONFIG_PATH}" ]]; then
if [[ -z "${CLUSTER_CONFIG_PATH:-}" ]]; then
CLUSTER_CONFIG_PATH="${REPO_ROOT}/.pipelines/templates/basic-lb.json"
if [[ "${CLUSTER_TYPE:-}" == "autoscaling" ]]; then
CLUSTER_CONFIG_PATH="${REPO_ROOT}/.pipelines/templates/autoscaling.json"
Expand Down

0 comments on commit c905fb1

Please sign in to comment.