Skip to content

Commit 1c1ce34

Browse files
committed
fix(build): Correct formatting in build command execution
1 parent b835bee commit 1c1ce34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/build/functions/build_project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,7 @@ def get_build_steps_for_project(project,
468468
'name': build_lib.get_runner_image_name(config.test_image_suffix),
469469
'env': env,
470470
'args': [
471-
'bash', '-c',
472-
f'{" ".join(check_build_command)} || '
471+
'bash', '-c', f'{" ".join(check_build_command)} || '
473472
f'(echo "{failure_msg}" && false)'
474473
],
475474
'id': get_id('build-check', build)

0 commit comments

Comments
 (0)