From d42913dd3fcfc6baa77ad4295939c621707df4f9 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 18 Oct 2024 19:26:51 +0200 Subject: [PATCH] DO NOT MERGE Signed-off-by: Martin Basti --- tekton/pipelines/binary-container.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tekton/pipelines/binary-container.yaml b/tekton/pipelines/binary-container.yaml index af2d17142..23a9bd182 100644 --- a/tekton/pipelines/binary-container.yaml +++ b/tekton/pipelines/binary-container.yaml @@ -104,18 +104,18 @@ spec: value: '$(params.user-params)' timeout: "0" - - name: binary-container-cachito + - name: binary-container-cachi2 runAfter: - binary-container-init taskRef: resolver: git params: - name: url - value: https://github.com/containerbuildsystem/atomic-reactor.git + value: https://github.com/MartinBasti/atomic-reactor.git - name: revision - value: feature_cachi2 + value: cachi2-init - name: pathInRepo - value: tekton/tasks/binary-container-cachito.yaml + value: tekton/tasks/binary-container-cachi2.yaml workspaces: - name: ws-build-dir workspace: ws-container @@ -144,7 +144,7 @@ spec: - name: binary-container-prebuild runAfter: - - binary-container-cachito + - binary-container-cachi2 taskRef: resolver: git params: