From dcce52960d5c2277f88063d3c88461af188b919e Mon Sep 17 00:00:00 2001 From: Marek Schmidt Date: Tue, 18 May 2021 15:33:57 +0200 Subject: [PATCH] use Serverless release-1.15 branch --- 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 80ea4ed93716..b6fdbe5d7f1e 100644 --- a/openshift/e2e-common.sh +++ b/openshift/e2e-common.sh @@ -206,7 +206,7 @@ function install_catalogsource(){ # And checkout the setup script based on that commit. local SERVERLESS_DIR=$(mktemp -d) local CURRENT_DIR=$(pwd) - git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR} + git clone --branch release-1.15 --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR} pushd ${SERVERLESS_DIR} update_csv $CURRENT_DIR || return $?