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:
Lubomír Sedlář 2017-06-19 08:58:53 +02:00
parent 4fb28979cf
commit d586368515

View File

@ -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])