Compare commits

..

No commits in common. "c92923f6b98c37ccec8b3f1c43902359b999e63b" and "52622b1f2d260509cdf9e185fa7db91c364ed638" have entirely different histories.

View file

@ -53,8 +53,8 @@ class ImageBuildService:
self.file_api.cp_recursive("image", build_path)
try:
self.file_api.cp_recursive("test", build_path)
except:
print("Folder 'test' not found")
except FileNotFoundError as err:
print("File not found", err)
def image(self, devops: Devops):
image = devops.specialized_builds[BuildType.IMAGE]