fix:: ignore missing image/test folder
This commit is contained in:
parent
52622b1f2d
commit
2aec5b44d2
1 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@ class ImageBuildService:
|
|||
self.file_api.cp_recursive("image", build_path)
|
||||
try:
|
||||
self.file_api.cp_recursive("test", build_path)
|
||||
except FileNotFoundError as err:
|
||||
print("File not found", err)
|
||||
except:
|
||||
print("Folder 'test' not found")
|
||||
|
||||
def image(self, devops: Devops):
|
||||
image = devops.specialized_builds[BuildType.IMAGE]
|
||||
|
|
Loading…
Reference in a new issue