samples: add a simple error example

Uses the org.osbuild.error stage to test error behavior and handling.
This commit is contained in:
Christian Kellner 2019-12-17 12:40:18 +01:00 committed by Lars Karlitski
parent 6333d1c3bd
commit 83c3f9608d

10
samples/error.json Normal file
View file

@ -0,0 +1,10 @@
{
"stages": [
{
"name": "org.osbuild.error"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}