Add DCO check job to CI 'report' stage

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-06-25 16:23:33 -04:00
parent 38da641ae4
commit 4b9279c1db

View file

@ -46,6 +46,13 @@ coverage:
allow_failure: true
<<: *global_artifacts
dco:
stage: report
image: $BASE_IMAGE_ID:$DISTRO-base
before_script: []
script:
- dco-check --verbose
trigger_gen_docs:
stage: report
only: