chainguard-dev/melange

Better handling of malformed pipelines files, they get silently "executed", but nothing happens.

Opened this issue · 0 comments

A pipeline that had a stray space in it caused the entire pipeline to not work, because it was not parsed correctly. For an example, you can see here #1044
that an extra space in front the name: caused the entire pipeline to not run.