Skip to content

Commit 7bfd057

Browse files
authored
Merge pull request #148 from joejstuart/debug2
update
2 parents 49522ba + f4065a6 commit 7bfd057

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "ec-release-debugging" && files.all.exists(x, x.matches('.tekton|tasks/verify-enterprise-contract/'))
11+
== "ec-release-debugging" && files.all.exists(x, x.matches('.tekton/|tasks/verify-enterprise-contract/'))
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: ec-release-debugging

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# `ec` a command line client for evaluating the Enterprise Contract
22

3-
adsfsdfsdf
43

54
The `ec` tool is used to evaluate Enterprise Contract policies for Software
65
Supply Chain. Various sub-commands can be used to assert facts about an artifact

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15+
# new comment
1516
# SPDX-License-Identifier: Apache-2.0
1617

1718
---

0 commit comments

Comments
 (0)