From 081d708eaf15fa949cfd8877f439021de8cb06ef Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Mon, 4 Mar 2024 19:55:21 +0100 Subject: [PATCH] finally results are referenced differently, source pipeline * STONEBLD-2192 Signed-off-by: Robert Cerven --- tekton/pipelines/source-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/pipelines/source-container.yaml b/tekton/pipelines/source-container.yaml index 26c976333..61edff250 100644 --- a/tekton/pipelines/source-container.yaml +++ b/tekton/pipelines/source-container.yaml @@ -24,7 +24,7 @@ spec: - name: koji-build-id value: $(tasks.source-container-set-results.results.koji-build-id) - name: annotations - value: $(tasks.source-container-exit.results.annotations) + value: $(finally.source-container-exit.results.annotations) tasks: - name: source-container-build