[image-build] Get failable config from correct place
The key should be nested in `image-build` block. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
fc23ca5fdf
commit
1a4e1b211c
@ -157,7 +157,7 @@ class ImageBuildPhase(base.ImageConfigMixin, base.ConfigGuardedPhase):
|
|||||||
),
|
),
|
||||||
"link_type": self.compose.conf.get("link_type", "hardlink-or-copy"),
|
"link_type": self.compose.conf.get("link_type", "hardlink-or-copy"),
|
||||||
"scratch": image_conf['image-build'].pop('scratch', False),
|
"scratch": image_conf['image-build'].pop('scratch', False),
|
||||||
"failable_arches": image_conf.pop('failable', []),
|
"failable_arches": image_conf['image-build'].pop('failable', []),
|
||||||
}
|
}
|
||||||
self.pool.add(CreateImageBuildThread(self.pool))
|
self.pool.add(CreateImageBuildThread(self.pool))
|
||||||
self.pool.queue_put((self.compose, cmd))
|
self.pool.queue_put((self.compose, cmd))
|
||||||
|
Loading…
Reference in New Issue
Block a user