pipeline: stop naming pipelines
This key carries no information and is never used anywhere. The json files are not meant to be human readable, so simply drop this. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
d42b8113fa
commit
4ba125e393
9 changed files with 0 additions and 11 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"name": "base",
|
||||
"build": {
|
||||
"name": "build",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.yum",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "base-qcow2",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "base",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "build-from-yum",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.yum",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "noop",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.noop"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"name": "f30-boot",
|
||||
"build": {
|
||||
"name": "f30-build",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "Example Image",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "Example Image",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"name": "Example Image",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.dnf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue