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