canonical / observability

Apache License 2.0
7 stars 11 forks source link

Wrong added section to rockcraft.yaml #103

Closed Abuelodelanada closed 11 months ago

Abuelodelanada commented 1 year ago

Seems like rock-update.yaml workflow is adding an extra section to rockcraft.yaml that breaks rockcraft pack command.

For instance this is is the original rockcraft.yaml, and this is the new one

The added section is:


  prometheus-pushgateway:
    source-tag: v1.6.1
    build
lucabello commented 1 year ago

This is again caused by the fact the main section in parts should have the same name as the ROCK, because that's what CI will automatically update!