mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Include the build target in the output.
This commit is contained in:
parent
6fd37bae3b
commit
1d01bfaec6
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def _build_snap(target, archs, status, lock):
|
|||
dump_output = True
|
||||
print(f'Missing output on a failed build {target} for {arch}.')
|
||||
if dump_output:
|
||||
print('Dumping snapcraft remote-build output build:')
|
||||
print(f'Dumping snapcraft remote-build output build for {target}:')
|
||||
print('\n'.join(process_output))
|
||||
|
||||
# Retry the remote build if it has been interrupted (non zero status code) or if some builds have failed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue