Allow live_images phase to still be skipped
Without this fix existing configurations break even though they don't use the phase. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
3b2c6ae72a
commit
c59f2371a3
@ -849,7 +849,10 @@ def make_schema():
|
|||||||
"paths_module": {"type": "string"},
|
"paths_module": {"type": "string"},
|
||||||
"skip_phases": {
|
"skip_phases": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {"type": "string", "enum": PHASES_NAMES + ["productimg"]},
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": PHASES_NAMES + ["productimg", "live_images"],
|
||||||
|
},
|
||||||
"default": [],
|
"default": [],
|
||||||
},
|
},
|
||||||
"image_name_format": {
|
"image_name_format": {
|
||||||
|
Loading…
Reference in New Issue
Block a user