home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 559f9512aa2946c14894b57f794a30d97cb5f854
parent 40c6c2b0dcc5e308283802c1c19f420b160efc36
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 11 Aug 2020 10:15:26 +0200

chos4: fix base url 😇

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/chos4 | 2+-
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://uploader-ci-openshift-pipelines.apps.devint.openshiftknativedemo.org/devreinstall/" +BASE_URL="https://osinstall.chmouel.com/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