mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
Bug fix
This commit is contained in:
parent
2f6ce08315
commit
ab46465070
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue