Skip to content

Commit

Permalink
use release-1.31 branch for S-O (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Oct 19, 2023
1 parent 04d5142 commit b95e7da
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 @@ -129,7 +129,7 @@ EOF
export KNATIVE_EVENTING_KAFKA_BROKER_MANIFESTS_DIR

local operator_dir=/tmp/serverless-operator
git clone --branch main https://github.com/openshift-knative/serverless-operator.git $operator_dir
git clone --branch release-1.31 https://github.com/openshift-knative/serverless-operator.git $operator_dir
export GOPATH=/tmp/go
local failed=0
pushd $operator_dir || return $?
Expand Down

0 comments on commit b95e7da

Please sign in to comment.