Skip to content

Commit ed5848a

Browse files
committed
Fix unbound variable
1 parent a084433 commit ed5848a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openshift/e2e-common.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ run_unit_tests() {
4747
}
4848

4949
resolve_test_images() {
50-
local serving_test_base="registry.ci.openshift.org/openshift/knative-eventing-test"
50+
local serving_test_base="registry.ci.openshift.org/openshift/knative-serving-test"
5151
local project_tag
5252
project_tag=$(yq r "${ROOT_DIR}/openshift/project.yaml" project.tag)
5353

@@ -65,7 +65,7 @@ resolve_test_images() {
6565
{{- if eq . "sidecarcontainer"}}$KNATIVE_CLIENT_TEST_SIDECARCONTAINER{{end -}}
6666
{{end -}}
6767
END
68-
)
68+
)
6969
elif [ -n "$DOCKER_REPO_OVERRIDE" ]; then
7070
readonly TEST_IMAGE_TEMPLATE="${DOCKER_REPO_OVERRIDE}/{{.Name}}"
7171
elif [ -n "$BRANCH" ]; then
@@ -136,7 +136,7 @@ install_serverless_operator() {
136136

137137
local operator_dir=/tmp/serverless-operator
138138
local failed=0
139-
header "Installing serverless operator from openshift-knative/serverless-operator branch $branch"
139+
header "Installing serverless operator from openshift-knative/serverless-operator branch $so_branch"
140140
rm -rf $operator_dir
141141
git clone --branch "${so_branch}" $repository $operator_dir || failed=1
142142
pushd $operator_dir

0 commit comments

Comments
 (0)