Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix s-o setup #570

Open
wants to merge 1 commit into
base: release-next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,10 @@ install_serverless_operator_release_next() {

# Install
export SKIP_MESH_AUTH_POLICY_GENERATION=true
export USE_RELEASE_NEXT=true
export USE_IMAGE_RELEASE_TAG="knative-nightly"
export ON_CLUSTER_BUILDS=true
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace
make release-files images install-serving || return 12
make generated-files images install-serving || return 12
subheader "Successfully installed Serverless Operator."

# Workaround default 'https' scheme
Expand Down