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:
Christophe Bedard 2020-06-25 22:56:04 +00:00
commit 10310dbd8c

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: