mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 02:35:37 -04:00
wrapper: debug-print docker build cmd
This commit is contained in:
parent
96cb6fc3f1
commit
1179cdf212
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ def wrap_docker():
|
|||
'-t',
|
||||
tag,
|
||||
] + (['-q'] if not config.runtime['verbose'] else [])
|
||||
logging.debug('Running docker cmd: ' + ' '.join(cmd))
|
||||
result = subprocess.run(cmd, cwd=script_path, capture_output=True)
|
||||
if result.returncode != 0:
|
||||
logging.fatal('Failed to build docker image:\n' + result.stderr.decode())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue