We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c2d54 commit fa5c1fcCopy full SHA for fa5c1fc
openshift/e2e-common.sh
@@ -92,7 +92,7 @@ EOF
92
local failed=0
93
pushd $operator_dir || return $?
94
export ON_CLUSTER_BUILDS=true
95
- export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace
+ export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds
96
if [[ ${INSTALL_KEDA} == "true" ]]; then
97
make OPENSHIFT_CI="true" TRACING_BACKEND=zipkin \
98
generated-files images install-tracing install-kafka-with-keda || failed=$?
0 commit comments