From d97bc041f9aab5ebce31772c3890ecc6a4f519a2 Mon Sep 17 00:00:00 2001 From: eding Date: Sun, 13 Sep 2026 11:05:02 +0200 Subject: [PATCH] fix: report local static build status --- internal/assets/templates/delivery-pipeline.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/assets/templates/delivery-pipeline.yaml.tmpl b/internal/assets/templates/delivery-pipeline.yaml.tmpl index 403edf9..bf453f2 100644 --- a/internal/assets/templates/delivery-pipeline.yaml.tmpl +++ b/internal/assets/templates/delivery-pipeline.yaml.tmpl @@ -821,11 +821,11 @@ spec: - name: pipeline-run value: $(context.pipelineRun.name) - name: clone-status - value: $(tasks.clone.status) + value: $(tasks.build-layer.status) - name: build-status value: $(tasks.build-layer.status) - name: push-status - value: $(tasks.push.status) + value: $(tasks.build-layer.status) - name: update-status value: $(tasks.update-preview.status) - name: readiness-status