home

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

commit 01bc674b6dd9ab1f14b963d373bd971a7a6b59f2
parent c13f94a7fb82bba16d88f9f06c96399c66528776
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 19 Oct 2019 16:26:44 +0200

chos4: fix triggers deployment

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 @@ -47,7 +47,7 @@ spec: EOF echo ">>>> install tektoncd/triggers in the cluster" -oc apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml +oc apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml echo ">>> your cluster is ready :)" read