Merge branch 'master' into CU-cunmht

This commit is contained in:
Bastian de Byl
2020-09-29 21:32:22 -04:00

View File

@@ -1,3 +1,4 @@
---
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
@@ -11,3 +12,13 @@ steps:
image: bdebyl/yamllint image: bdebyl/yamllint
command: command:
- make lint-ci - make lint-ci
trigger:
event:
exclude:
- pull_request
---
kind: signature
hmac: 4280c0f368f066e7c24573ae80777b3a7f8f6483a643f7843388a50529379c71
...