We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cec31 commit bac4e80Copy full SHA for bac4e80
1 file changed
ros_github_scripts/ci_for_pr.py
@@ -224,12 +224,12 @@ def format_ci_details(
224
details.append(f'Gist: {gist_url}')
225
if branch_name:
226
details.append(f'Branch: {branch_name}')
227
- return details + [
+ return '\n'.join(details + [
228
f'BUILD args: {extra_build_args}',
229
f'TEST args: {extra_test_args}',
230
f'ROS Distro: {target_release}',
231
'Job: {}'.format(DEFAULT_JOB),
232
- ]
+ ])
233
234
235
def run_jenkins_build(
0 commit comments