buildinstall: Use metadata if skipped
If the phase is skipped, it could mean that we are doing a debug run and we don't want to mess up the .treefile by missing arch specific images. The other alternative is that the phase was really skipped, in which case there will be no files generated and we already handle that fine. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
9915c7d644
commit
ea0964eeef
2 changed files with 7 additions and 1 deletions
|
|
@ -31,6 +31,8 @@ class BuildInstallCompose(DummyCompose):
|
|||
}
|
||||
self.all_variants = self.variants.copy()
|
||||
self.has_comps = True
|
||||
self.just_phases = []
|
||||
self.skip_phases = []
|
||||
|
||||
|
||||
class TestBuildinstallPhase(PungiTestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue