Skip to content

Commit

Permalink
Revert #413 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Jan 8, 2024
1 parent 55cc658 commit d67ba88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ function install_serverless(){
export GOPATH=/tmp/go
export ON_CLUSTER_BUILDS=true
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace

# TODO: Remove this workaround once SO started using kourier v1.11.
# This workaround is necessary as release-next has serving/pull/14074, which requires net-kourier/pull/1058.
sed "s/kourier: knative-v1.10/kourier: knative-v1.11/" -i olm-catalog/serverless-operator/project.yaml
sed "s/net_kourier_artifacts_branch: release-v1.10/net_kourier_artifacts_branch: release-v1.11/" -i olm-catalog/serverless-operator/project.yaml

OPENSHIFT_CI="true" make generated-files images install-serving || return $?

# Create a secret for https test.
Expand Down

0 comments on commit d67ba88

Please sign in to comment.