Add dropped livemedia phase
After the patch to ensure that all phases are stopped the livemedia phase was apparently dropped by accident. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
4fb28979cf
commit
d586368515
@ -400,6 +400,7 @@ def run_compose(compose, create_latest_link=True, latest_link_status=None):
|
|||||||
pungi.phases.run_all([createiso_phase,
|
pungi.phases.run_all([createiso_phase,
|
||||||
liveimages_phase,
|
liveimages_phase,
|
||||||
image_build_phase,
|
image_build_phase,
|
||||||
|
livemedia_phase,
|
||||||
ostree_installer_phase,
|
ostree_installer_phase,
|
||||||
osbs_phase])
|
osbs_phase])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user