home

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

commit c13f94a7fb82bba16d88f9f06c96399c66528776
parent 7e889136cc17524bf1c44132e4e744359766b0f0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 18 Oct 2019 16:42:54 +0200

chos4: install tektoncd/triggers in the cluster too

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

Diffstat:
Mpkgs/scripts/bin/chos4 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgs/scripts/bin/chos4 b/pkgs/scripts/bin/chos4 @@ -46,5 +46,8 @@ spec: sourceNamespace: openshift-marketplace EOF +echo ">>>> install tektoncd/triggers in the cluster" +oc apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml + echo ">>> your cluster is ready :)" read