Add DCO check job to CI 'report' stage
With a slight workaround for a non-default branch. Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
203383f0f5
commit
dcef27b707
1 changed files with 8 additions and 0 deletions
|
@ -72,6 +72,14 @@ coverage:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
||||||
|
dco:
|
||||||
|
stage: report
|
||||||
|
image: $BASE_IMAGE_ID:$DISTRO-base
|
||||||
|
before_script: []
|
||||||
|
script:
|
||||||
|
- pip3 install -U dco-check
|
||||||
|
- CI_DEFAULT_BRANCH=foxy dco-check --verbose --default-branch foxy
|
||||||
|
|
||||||
trigger_gen_docs:
|
trigger_gen_docs:
|
||||||
stage: report
|
stage: report
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue