From 31b6e4a3efde87d6a2ed5661ddbd7ed85edb77c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 24 Apr 2024 13:03:06 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml index 5e0e579..c4b5e60 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml @@ -147,7 +147,7 @@ spec: - name: lint runAfter: [detect-stages] when: - - cel: "size(tasks.detect-stages.results.stages-lint)>0" + - cel: "tasks.detect-stages.results.stages-lint.size()>0" params: - name: on-error value: stopAndFail