diff --git a/samples/base-from-yum.json b/samples/base-from-yum.json index a786c99a..fceec2d8 100644 --- a/samples/base-from-yum.json +++ b/samples/base-from-yum.json @@ -1,7 +1,5 @@ { - "name": "base", "build": { - "name": "build", "stages": [ { "name": "org.osbuild.yum", diff --git a/samples/base-qcow2.json b/samples/base-qcow2.json index d4325266..c3f0c94b 100644 --- a/samples/base-qcow2.json +++ b/samples/base-qcow2.json @@ -1,5 +1,4 @@ { - "name": "base-qcow2", "stages": [ { "name": "org.osbuild.dnf", diff --git a/samples/base.json b/samples/base.json index 9ae42f1b..2fe44b36 100644 --- a/samples/base.json +++ b/samples/base.json @@ -1,5 +1,4 @@ { - "name": "base", "stages": [ { "name": "org.osbuild.dnf", diff --git a/samples/build-from-yum.json b/samples/build-from-yum.json index 34a5922b..2e01cc4f 100644 --- a/samples/build-from-yum.json +++ b/samples/build-from-yum.json @@ -1,5 +1,4 @@ { - "name": "build-from-yum", "stages": [ { "name": "org.osbuild.yum", diff --git a/samples/noop.json b/samples/noop.json index 62c2d56c..72e855c2 100644 --- a/samples/noop.json +++ b/samples/noop.json @@ -1,5 +1,4 @@ { - "name": "noop", "stages": [ { "name": "org.osbuild.noop" diff --git a/test/pipelines/f30-boot.json b/test/pipelines/f30-boot.json index 53beb04b..3af0bcd8 100644 --- a/test/pipelines/f30-boot.json +++ b/test/pipelines/f30-boot.json @@ -1,7 +1,5 @@ { - "name": "f30-boot", "build": { - "name": "f30-build", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/firewall.json b/test/pipelines/firewall.json index 2687aa40..c7c82526 100644 --- a/test/pipelines/firewall.json +++ b/test/pipelines/firewall.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/locale.json b/test/pipelines/locale.json index 0e7937cb..e176be51 100644 --- a/test/pipelines/locale.json +++ b/test/pipelines/locale.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf", diff --git a/test/pipelines/timezone.json b/test/pipelines/timezone.json index ec204ad0..34800a4a 100644 --- a/test/pipelines/timezone.json +++ b/test/pipelines/timezone.json @@ -1,5 +1,4 @@ { - "name": "Example Image", "stages": [ { "name": "org.osbuild.dnf",