Merge branch 'check-for-dco-check-updates' into 'master'

Check for updates to dco-check before running it

See merge request micro-ROS/ros_tracing/tracetools_analysis!79
This commit is contained in:
Christophe Bedard 2020-06-26 13:26:53 +00:00
commit e33b1a2561

View file

@ -51,6 +51,7 @@ dco:
image: $BASE_IMAGE_ID:$DISTRO-base
before_script: []
script:
- pip3 install -U dco-check
- dco-check --verbose
trigger_gen_docs: