zuul-jobs/roles/validate-dco-license/defaults/main.yaml
Paul Belanger 3525e04cc5 Add validate-dco-license role
This role can be used to validate all commits have --signedoff header.

Change-Id: I737d3efd730d20c6dd9f4a7cda2aa99125eaa0a0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-01-09 11:39:02 -05:00

10 lines
407 B
YAML

---
dco_license_failure: |
One or more commits have not been signed properly using --signoff.
The meaning of a signoff depends on the project, but it typically certifies
that committer has the rights to submit this work under the same license and
agrees to a Developer Certificate of Origin
(see http://developercertificate.org/ for more information).
zuul_work_dir: "{{ zuul.project.src_dir }}"