debian-forge/samples/error.json
Christian Kellner 83c3f9608d samples: add a simple error example
Uses the org.osbuild.error stage to test error behavior and handling.
2019-12-18 12:45:59 +01:00

10 lines
121 B
JSON

{
"stages": [
{
"name": "org.osbuild.error"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}