[skip-ci] fix
This commit is contained in:
parent
2aec5b44d2
commit
c92923f6b9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class ImageBuildService:
|
||||||
self.__copy_build_resources_from_dir__(devops)
|
self.__copy_build_resources_from_dir__(devops)
|
||||||
self.file_api.cp_recursive("image", build_path)
|
self.file_api.cp_recursive("image", build_path)
|
||||||
try:
|
try:
|
||||||
self.file_api.cp_recursive("test", build_path)
|
self.file_api.cp_recursive("test", build_path)
|
||||||
except:
|
except:
|
||||||
print("Folder 'test' not found")
|
print("Folder 'test' not found")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue