From 521e597f6effe835593a773e12a3d192eb05afb6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 18 Jun 2026 23:59:30 -0400 Subject: [PATCH] Fix tekton pipelines. --- .webhook_bridge/pipeline-format.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index 306eca2..10b42c7 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -54,11 +54,13 @@ spec: resolver: git params: - name: url - value: https://code.fizz.buzz/mirror/catalog.git # mirror of https://github.com/tektoncd/catalog.git + value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git - name: revision - value: df36b3853a5657fd883015cdbf07ad6466918acf + value: c3498c69cf6de9583e1c667e723fd8626af1b33c + # - name: ref + # value: "v1.7.0" - name: pathInRepo - value: task/git-clone/0.9/git-clone.yaml + value: task/git-clone/git-clone.yaml workspaces: - name: output workspace: git-source