Skip to content

Commit

Permalink
Testing initial change to tufserver pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 7, 2023
1 parent fb6be79 commit 4db7c53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/tuf-server-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-event: '[pull_request]'
pipelinesascode.tekton.dev/on-target-branch: '[redhat-v0.6.5]'
pipelinesascode.tekton.dev/on-cel-expression: |
event == "pull_request" && target_branch == "redhat-v0.6.5" && ( "./cmd/tuf/server".pathChanged()
|| ".tekton/tuf-server-pull-request.yaml".pathChanged()
|| "/Dockerfile.tuf-server".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: rhtas-stack-1-0-beta
Expand Down

0 comments on commit 4db7c53

Please sign in to comment.