Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
joejstuart committed Feb 27, 2024
1 parent b291f93 commit c043b92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .tekton/ec-cli-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
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
== "ec-release-debugging" && files.all.exists(x, x.matches('internal/'))
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && files.all.exists(x, x.matches('internal/'))
creationTimestamp: null
labels:
appstudio.openshift.io/application: ec-release-debugging
Expand Down
3 changes: 1 addition & 2 deletions .tekton/verify-enterprise-contract-task-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
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
== "ec-release-debugging" && files.all.exists(x, x.matches('tasks/'))
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
creationTimestamp: null
labels:
appstudio.openshift.io/application: ec-release-debugging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Copyright The Enterprise Contract Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,7 +15,6 @@
# comment
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: tekton.dev/v1
kind: Task
metadata:
Expand Down

0 comments on commit c043b92

Please sign in to comment.