Skip to content

Commit 8f5a88b

Browse files
committed
update
1 parent b291f93 commit 8f5a88b

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.tekton/ec-cli-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "ec-release-debugging" && files.all.exists(x, x.matches('internal/'))
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && files.all.exists(x, x.matches('internal/'))
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: ec-release-debugging

.tekton/verify-enterprise-contract-task-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "ec-release-debugging" && files.all.exists(x, x.matches('tasks/'))
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && files.all.exists(x, x.matches('tasks/'))
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: ec-release-debugging

tasks/verify-enterprise-contract/0.1/verify-enterprise-contract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Copyright The Enterprise Contract Contributors
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +15,6 @@
1415
# comment
1516
# SPDX-License-Identifier: Apache-2.0
1617

17-
---
1818
apiVersion: tekton.dev/v1
1919
kind: Task
2020
metadata:

0 commit comments

Comments
 (0)