fix: report local static build status
This commit is contained in:
parent
45f16ab9bc
commit
d97bc041f9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue