Skip to content

Commit c53d1eb

Browse files
authored
Use 1.29 SO branch to test for serving 1.8 (#304)
1 parent dde4450 commit c53d1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function install_serverless(){
109109
# Use the absolute path for KNATIVE_SERVING_MANIFESTS_DIR. It is used in `make generated-files`.
110110
export KNATIVE_SERVING_MANIFESTS_DIR="$(pwd)/openshift/release/artifacts"
111111

112-
git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
112+
git clone --branch release-1.29 --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
113113
pushd ${SERVERLESS_DIR}
114114

115115
source ./test/lib.bash

0 commit comments

Comments
 (0)