restyled-io / restylers

Language-specific restylers
https://docs.restyled.io/restylers
GNU Affero General Public License v3.0
22 stars 28 forks source link

Fix manifest handling on CI #785

Closed pbrisbin closed 4 months ago

pbrisbin commented 4 months ago

Somehow we ended up promoting without downloading artifacts, that meant that **/*.yaml was picking up all our info.yaml files and concatenating them, making an invalid manifest that we promoted to dev.

To avoid this in the future, we add a test step when promoting the sha tag manifest, so we know it's valid before promoting even that. That eventually becomes the version and dev, and then later stable, manifests, so we should be fully covered now.