forked from the-distro/ofborg
Tighten up the summary view
This commit is contained in:
parent
4ff479cafd
commit
c223f424ad
|
@ -71,10 +71,10 @@ function reply_to_issue($body, $output, $success, $system) {
|
||||||
$num,
|
$num,
|
||||||
array(
|
array(
|
||||||
'body' =>
|
'body' =>
|
||||||
"<details><summary>$passfail for system: $system</summary><p>\n\n".
|
"$passfail on $system [(full log)]($fullloglink)\n\n".
|
||||||
"[Full log]($fullloglink)\n".
|
"<details><summary>Partial log (click to expand)</summary><p>\n\n".
|
||||||
"```\n$output\n```\n".
|
"```\n$output\n```\n".
|
||||||
"</p></details>",
|
"</p></details>\n\n",
|
||||||
'event' => $event,
|
'event' => $event,
|
||||||
'commit_id' => $sha,
|
'commit_id' => $sha,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue