commit 5d0411729874e4bc4d384cd6dae9edc216501f91
parent 3d25cf3cca07aeb661d6e962c595f770299b3852
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 11 Aug 2020 10:59:47 +0200
chos4: fix base url 😇 again 😈
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/scripts/bin/chos4 b/pkgs/scripts/bin/chos4
@@ -3,7 +3,7 @@
set -e
-BASE_URL="https://osinstall.chmouel.com/devreinstall/"
+BASE_URL="https://uploader-cron.svc.ci.openshift.org/"
curl -s "${BASE_URL}/vincent/kubeadmin.password.gpg"|gpg --decrypt > ~/sync/work/chos4/kubeadmin.password.os4
curl -s "${BASE_URL}/vincent/webaccess.gpg"|gpg --decrypt > ~/sync/work/chos4/webaccess.os4
curl -s "${BASE_URL}/vincent/kubeconfig.gpg"|gpg --decrypt > ~/sync/work/chos4/config.os4 && export KUBECONFIG=~/sync/work/chos4/config.os4