Get image from devops object
This commit is contained in:
parent
1ea4a5aa3f
commit
807739ff35
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue