Skip to content

Commit

Permalink
fix: openstack-populator pipeline on-cel-expression issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 committed Nov 27, 2024
1 parent 9dd5b06 commit 48580ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .tekton/openstack-populator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .tekton/openstack-populator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48580ab

Please sign in to comment.