commit 648bd361f5ea073bfda06205a859fbdeca41690b
parent 1966ca865c05d5b808545f71b9af093e946a1612
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 6 Feb 2020 17:56:58 +0100
chos4: update base url
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"
+BASE_URL="https://uploader-ci-openshift-pipelines.apps.devint.openshiftknativedemo.org/devreinstall/"
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