File tree 1 file changed +2
-2
lines changed
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}
31
31
CRC_PV_DIR=" /mnt/pv-data"
32
32
SSH=" ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
33
33
SCP=" 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}
35
35
CERT_ROTATION=${SNC_DISABLE_CERT_ROTATION:- enabled}
36
36
USE_PATCHED_RELEASE_IMAGE=${SNC_USE_PATCHED_RELEASE_IMAGE:- disabled}
37
37
HTPASSWD_FILE=' users.htpasswd'
@@ -44,7 +44,7 @@ if test -n "${OPENSHIFT_VERSION-}"; then
44
44
OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
45
45
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
46
46
else
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' ) "
48
48
if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
49
49
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the latest mirror"
50
50
else
You can’t perform that action at this time.
0 commit comments