File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BASE_DOMAIN=${CRC_BASE_DOMAIN:-testing}
3131CRC_PV_DIR=" /mnt/pv-data"
3232SSH=" ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
3333SCP=" scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
34- MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $ARCH / clients/ ocp-dev-preview }
34+ MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $ARCH / clients/ ocp}
3535CERT_ROTATION=${SNC_DISABLE_CERT_ROTATION:- enabled}
3636USE_PATCHED_RELEASE_IMAGE=${SNC_USE_PATCHED_RELEASE_IMAGE:- disabled}
3737HTPASSWD_FILE=' users.htpasswd'
@@ -44,7 +44,7 @@ if test -n "${OPENSHIFT_VERSION-}"; then
4444 OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
4545 echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
4646else
47- OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /candidate -4.15/release.txt | sed -n ' s/^ *Version: *//p' ) "
47+ OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /latest -4.15/release.txt | sed -n ' s/^ *Version: *//p' ) "
4848 if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
4949 echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the latest mirror"
5050 else
You can’t perform that action at this time.
0 commit comments