From ece191f73e319bbcc885bcc983fb0e6cefe6014a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 20 Oct 2021 20:01:47 +0200 Subject: [PATCH] ostree: change the URL for OC client temporarily MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mirror.openshift.com is temporarily down. Revert this commit when the server is working as usual. Signed-off-by: Ondřej Budai --- test/cases/ostree-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/ostree-ng.sh b/test/cases/ostree-ng.sh index eb2d11570..27bee53fe 100755 --- a/test/cases/ostree-ng.sh +++ b/test/cases/ostree-ng.sh @@ -14,7 +14,7 @@ function greenprint { # Install openshift client greenprint "🔧 Installing oenshift client(oc)" -curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz | sudo tar -xz -C /usr/local/bin/ +curl https://osbuild-storage.s3.amazonaws.com/oc-4.9.0-linux.tar.gz | sudo tar -xz -C /usr/local/bin/ # Start libvirtd and test it. greenprint "🚀 Starting libvirt daemon"