Skip to content

Commit

Permalink
Use 1.30 SO branch to test for serving 1.9 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Aug 3, 2023
1 parent 35789c9 commit 3e6ba97
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.30 --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 3e6ba97

Please sign in to comment.