Skip to content

Commit

Permalink
Update to no-early-exit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
markmc committed Jul 6, 2019
1 parent d268642 commit 02a7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export EXTERNAL_SUBNET="192.168.111.0/24"
# The release we default to here is pinned and known to work with our current
# version of kni-installer.
#
export OPENSHIFT_RELEASE_IMAGE="${OPENSHIFT_RELEASE_IMAGE:-registry.svc.ci.openshift.org/kni/release:4.2.0-0.ci-2019-07-03-145946-kni.1}"
export OPENSHIFT_RELEASE_IMAGE="${OPENSHIFT_RELEASE_IMAGE:-registry.svc.ci.openshift.org/kni/release:4.2.0-0.ci-2019-07-03-145946-kni.2}"

function extract_installer() {
local release_image
Expand Down

0 comments on commit 02a7120

Please sign in to comment.