gazebo-tooling / release-tools

8 stars 9 forks source link

Fix cron DSL entries for the _nightly_node_labeler #1120

Closed j-rivero closed 7 months ago

j-rivero commented 7 months ago

Although the XML generated by using several cron invocations seemed to be fine the reality is that the generated code did not work and the last entry was overwriting the first one. After modifying the config manually the XML seems to be using several lines for different entries. The PR modifies the code to use this approach.

Patching #1113