File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ run_unit_tests() {
4747}
4848
4949resolve_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 -}}
6767END
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
You can’t perform that action at this time.
0 commit comments