Skip to content

Commit

Permalink
Merge pull request #69 from securesign/fix-cel-expressions
Browse files Browse the repository at this point in the history
fix: Fix CEL Expressions
  • Loading branch information
JasonPowr authored Dec 3, 2024
2 parents 5963b5d + db10c28 commit 2955640
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tekton/tuf-tool-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "develop" &&
( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-pull-request.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough".pathChanged() || "tuftool".pathChanged() || "Makefile".pathChanged() )
( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-pull-request.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: tough
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tuf-tool-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "develop" &&
( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-push.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough".pathChanged() || "tuftool".pathChanged() || "Makefile".pathChanged() )
( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-push.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: tough
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tuffer-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "develop" &&
( "Dockerfile.tuffer".pathChanged() || ".tekton/tuffer-pull-request.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough".pathChanged() || "tuftool".pathChanged() || "Makefile".pathChanged() || "rhtas".pathChanged() )
( "Dockerfile.tuffer".pathChanged() || ".tekton/tuffer-pull-request.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged() || "rhtas/***".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: tough
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tuffer-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "develop" &&
( "Dockerfile.tuffer".pathChanged() || ".tekton/tuffer-push.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough".pathChanged() || "tuftool".pathChanged() || "Makefile".pathChanged() || "rhtas".pathChanged() )
( "Dockerfile.tuffer".pathChanged() || ".tekton/tuffer-push.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged() || "rhtas/***".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: tough
Expand Down

0 comments on commit 2955640

Please sign in to comment.