Skip to content

Commit

Permalink
Use 1.29 SO branch to test for serving 1.8 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored May 5, 2023
1 parent dde4450 commit c53d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.29 --depth 1 https://github.com/openshift-knative/serverless-operator.git ${SERVERLESS_DIR}
pushd ${SERVERLESS_DIR}

source ./test/lib.bash
Expand Down

0 comments on commit c53d1eb

Please sign in to comment.