Add DCO check job to CI 'report' stage
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
38da641ae4
commit
4b9279c1db
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue