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>
(cherry picked from commit c59f2371a3
)
This commit is contained in:
parent
33bb0ceceb
commit
be4fd75a7a
@ -862,7 +862,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