mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-05 12:59:40 +01:00
Merge pull request #933 from hedayat/fix-build-error-log
Fix logging build error message
This commit is contained in:
commit
2ce6d1a1e7
@ -2348,7 +2348,7 @@ async def compose_up(compose: PodmanCompose, args):
|
|||||||
# `podman build` does not cache, so don't always build
|
# `podman build` does not cache, so don't always build
|
||||||
build_args = argparse.Namespace(if_not_exists=(not args.build), **args.__dict__)
|
build_args = argparse.Namespace(if_not_exists=(not args.build), **args.__dict__)
|
||||||
if await compose.commands["build"](compose, build_args) != 0:
|
if await compose.commands["build"](compose, build_args) != 0:
|
||||||
log("Build command failed")
|
log.error("Build command failed")
|
||||||
|
|
||||||
hashes = (
|
hashes = (
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user