Skip to content

Commit 8915ecf

Browse files
SO main move on-cluster builds namespace (#1688)
Co-authored-by: Marek Schmidt <maschmid@redhat.com>
1 parent 1cca41f commit 8915ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function install_serverless(){
9797
local failed=0
9898
pushd $operator_dir || return $?
9999
export ON_CLUSTER_BUILDS=true
100-
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace
100+
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds
101101
OPENSHIFT_CI="true" TRACING_BACKEND="zipkin" ENABLE_TRACING="true" make generated-files images install-tracing install-eventing || failed=$?
102102
cat ${operator_dir}/olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml
103103
popd || return $?

0 commit comments

Comments
 (0)