From 37480d41c953e06842889952ad8eb588d43520d4 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 4 Jul 2022 15:46:09 +0900 Subject: [PATCH] Revert temoprary branch for image injection --- openshift/e2e-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh index 49447b9f765e..722fe19b9811 100644 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -183,7 +183,7 @@ function install_catalogsource(){ # And checkout the setup script based on that commit. local SERVERLESS_DIR=$(mktemp -d) local CURRENT_DIR=$(pwd) - git clone --branch inject_serving_images --depth 1 https://github.com/skonto/serverless-operator.git ${SERVERLESS_DIR} + git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR} pushd ${SERVERLESS_DIR} source ./test/lib.bash