From 48580ab5abb60b3e856ed0747c23495cd6a85153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Fri, 22 Nov 2024 11:41:12 +0100 Subject: [PATCH] fix: openstack-populator pipeline on-cel-expression issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/openstack-populator-pull-request.yaml | 3 +-- .tekton/openstack-populator-push.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.tekton/openstack-populator-pull-request.yaml b/.tekton/openstack-populator-pull-request.yaml index 5674d5de3..a51d344ab 100644 --- a/.tekton/openstack-populator-pull-request.yaml +++ b/.tekton/openstack-populator-pull-request.yaml @@ -10,8 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) - # TODO: I didn't find any code here + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator diff --git a/.tekton/openstack-populator-push.yaml b/.tekton/openstack-populator-push.yaml index bee1a1f14..2f3b06e70 100644 --- a/.tekton/openstack-populator-push.yaml +++ b/.tekton/openstack-populator-push.yaml @@ -11,8 +11,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) - # TODO: I didn't find any code here + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator