From 0b639005d58f5d2046708369832b6d8506ae9746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Fri, 22 Nov 2024 16:53:33 +0100 Subject: [PATCH] fix: on-cel-expression typo on openstack populator 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 | 2 +- .tekton/openstack-populator-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/openstack-populator-pull-request.yaml b/.tekton/openstack-populator-pull-request.yaml index fd3231877..b83478ed3 100644 --- a/.tekton/openstack-populator-pull-request.yaml +++ b/.tekton/openstack-populator-pull-request.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-2.7" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator-2-7 diff --git a/.tekton/openstack-populator-push.yaml b/.tekton/openstack-populator-push.yaml index 693fc5942..4a5796be8 100644 --- a/.tekton/openstack-populator-push.yaml +++ b/.tekton/openstack-populator-push.yaml @@ -11,7 +11,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-2.7" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator-2-7