Skip to content

Commit 6575a3c

Browse files
cfergeaupraveenkumar
authored andcommitted
This was still using ocp-dev-preview, but since 4.13 is released, ocp-dev-preview is no longer needed/updated.
1 parent f23bb9a commit 6575a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ BASE_DOMAIN=${CRC_BASE_DOMAIN:-testing}
3131
CRC_PV_DIR="/mnt/pv-data"
3232
SSH="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_ecdsa_crc"
3333
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}
3535
CERT_ROTATION=${SNC_DISABLE_CERT_ROTATION:-enabled}
3636
USE_PATCHED_RELEASE_IMAGE=${SNC_USE_PATCHED_RELEASE_IMAGE:-disabled}
3737
HTPASSWD_FILE='users.htpasswd'

0 commit comments

Comments
 (0)