We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde4450 commit c53d1ebCopy full SHA for c53d1eb
openshift/e2e-common.sh
@@ -109,7 +109,7 @@ function install_serverless(){
109
# Use the absolute path for KNATIVE_SERVING_MANIFESTS_DIR. It is used in `make generated-files`.
110
export KNATIVE_SERVING_MANIFESTS_DIR="$(pwd)/openshift/release/artifacts"
111
112
- git clone --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
+ git clone --branch release-1.29 --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
113
pushd ${SERVERLESS_DIR}
114
115
source ./test/lib.bash
0 commit comments