From 525278071369faa06c3fe817e869396b16d814e0 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 4 Oct 2024 13:58:07 +0100 Subject: [PATCH] Fix the repo for remote resolution (#1223) The repo for remote resolution of the publish task in the release pipeline points to "pipeline" instead of "chains". Fix that. Signed-off-by: Andrea Frittoli --- release/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/release-pipeline.yaml b/release/release-pipeline.yaml index ad48303afd..56b780951e 100644 --- a/release/release-pipeline.yaml +++ b/release/release-pipeline.yaml @@ -169,7 +169,7 @@ spec: resolver: git params: - name: repo - value: pipeline + value: chains - name: org value: tektoncd - name: revision