diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh index 85d04bb931a3..0b5cbdbd6a41 100644 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -109,7 +109,7 @@ function install_serverless(){ # Use the absolute path for KNATIVE_SERVING_MANIFESTS_DIR. It is used in `make generated-files`. export KNATIVE_SERVING_MANIFESTS_DIR="$(pwd)/openshift/release/artifacts" - git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR} + git clone --branch release-1.30 --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR} pushd ${SERVERLESS_DIR} source ./test/lib.bash