Get image from devops object

This commit is contained in:
bom 2023-05-19 12:24:31 +02:00
parent 1ea4a5aa3f
commit 807739ff35

View file

@ -28,6 +28,7 @@ class ImageBuildService:
) )
def __copy_build_resources_from_dir__(self, devops: Devops): def __copy_build_resources_from_dir__(self, devops: Devops):
image = devops.specialized_builds[BuildType.C4K]
self.file_api.cp_force( self.file_api.cp_force(
image.build_commons_path(), devops.build_path() image.build_commons_path(), devops.build_path()
) )