Merge branch 'add-dco-check-to-ci-report-stage' into 'foxy'

Add DCO check job to CI 'report' stage

See merge request ros-tracing/ros2_tracing!202
This commit is contained in:
Christophe Bedard 2021-03-15 19:21:19 +00:00
commit 6535577457

View file

@ -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: