diff --git a/pungi/phases/image_build.py b/pungi/phases/image_build.py index d950f8ce..5fd67b33 100644 --- a/pungi/phases/image_build.py +++ b/pungi/phases/image_build.py @@ -154,9 +154,6 @@ class CreateImageBuildThread(WorkerThread): def worker(self, num, compose, cmd): arches = cmd['image_conf']['arches'].split(',') - mounts = [compose.paths.compose.topdir()] - if "mount" in cmd: - mounts.append(cmd["mount"]) log_file = compose.paths.log.log_file( cmd["image_conf"]["arches"], "imagebuild-%s-%s-%s" % ('-'.join(arches),