gazebo-tooling / gzdev

Gazebo developers tool is an Outreachy project designed to facilitate many of the usual tasks that Gazebo developers face daily
Other
14 stars 3 forks source link

CI should test validity of plugins/config/repository.yaml #17

Closed scpeters closed 4 years ago

scpeters commented 4 years ago

I broke the syntax of plugins/config/repository.yaml in #16, but CI didn't complain. I started noticing CI builds failing with the following message:

mapping values are not allowed here
  in "/var/lib/jenkins/workspace/ignition_fuel-tools2-install-pkg-bionic-amd64/gzdev/plugins/config/repository.yaml", line 36, column 17

I fixed it in a direct commit in https://github.com/osrf/gzdev/commit/8aece4071eea4b7bb54061670b15f4534a83704d, but I think we should validate this yaml file in CI.