From be429f2019d807d6c3b3448d3e9ea7e83b53a357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Mon, 11 Aug 2025 13:14:27 +0200 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- pkg/pipelines/tekton/templates.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkg/pipelines/tekton/templates.go b/pkg/pipelines/tekton/templates.go index fa91066c0..48c9f797b 100644 --- a/pkg/pipelines/tekton/templates.go +++ b/pkg/pipelines/tekton/templates.go @@ -68,11 +68,7 @@ const ( value: "0.4" workspaces: - name: output - workspace: source-workspace - - name: cache - workspace: cache-workspace - - name: dockerconfig - workspace: dockerconfig-workspace` + workspace: source-workspace` runAfterFetchSourcesRef = `runAfter: - fetch-sources`