Skip to content

Commit

Permalink
dizzy: Using product 1.19 version (#478)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and matzew authored Dec 1, 2021
1 parent 02c29fa commit 356702d
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 @@ -100,7 +100,7 @@ function install_serverless(){
header "Installing Serverless Operator"
local operator_dir=/tmp/serverless-operator
local failed=0
git clone --branch release-1.18 https://github.com/openshift-knative/serverless-operator.git $operator_dir || return 1
git clone --branch release-1.19 https://github.com/openshift-knative/serverless-operator.git $operator_dir || return 1
# unset OPENSHIFT_BUILD_NAMESPACE (old CI) and OPENSHIFT_CI (new CI) as its used in serverless-operator's CI
# environment as a switch to use CI built images, we want pre-built images of k-s-o and k-o-i
unset OPENSHIFT_BUILD_NAMESPACE
Expand Down

0 comments on commit 356702d

Please sign in to comment.