Merge branch '33-add-dco-check-to-ci-report-stage' into 'master'
Add DCO check job to CI 'report' stage Closes #33 See merge request micro-ROS/ros_tracing/tracetools_analysis!76
This commit is contained in:
commit
10310dbd8c
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ coverage:
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
<<: *global_artifacts
|
<<: *global_artifacts
|
||||||
|
|
||||||
|
dco:
|
||||||
|
stage: report
|
||||||
|
image: $BASE_IMAGE_ID:$DISTRO-base
|
||||||
|
before_script: []
|
||||||
|
script:
|
||||||
|
- dco-check --verbose
|
||||||
|
|
||||||
trigger_gen_docs:
|
trigger_gen_docs:
|
||||||
stage: report
|
stage: report
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue