Remove productimg from skip phases

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-04-03 15:04:27 +00:00 committed by Pierre-Yves Chibon
parent 94b8c9048d
commit 42daacba6c

View file

@ -1,5 +1,5 @@
# PRODUCT INFO
skip_phases = ["buildinstall", "productimg", "extra_files"]
skip_phases = ["buildinstall", "extra_files"]
release_name = '[[ release.id_prefix.title() ]]'
release_short = '[[ release.id_prefix.title() ]]'
release_version = '[[ release.version_int ]]'