This commit is contained in:
Ashwin Bharambe 2024-09-23 12:15:56 -07:00
parent 2f6ce08315
commit ab46465070
2 changed files with 5 additions and 2 deletions

View file

@ -93,4 +93,5 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
f"Failed to build target {build_config.name} with return code {return_code}",
color="red",
)
return
return return_code