Skip to content

Commit 7bf11c2

Browse files
committed
step
1 parent 7c065c4 commit 7bf11c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/ci_collect_logs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ artifact_entry() {
2222
else
2323
BOARD_LINK="<a href=\"$LINK\">$BOARD</a>"
2424
fi
25-
echo -ne "<li><details><summary>$ICON $BOARD_LINK (<code>$VARIANT</code>) - $TEXT</summary>\n\n$DETAILS\n</details></li>"
25+
echo -e "<li><details><summary>$ICON $BOARD_LINK (<code>$VARIANT</code>) - $TEXT</summary><ul>$DETAILS</ul></details></li>"
2626
}
2727

2828
details_line() {
@@ -41,7 +41,7 @@ details_line() {
4141
else
4242
BODY=""
4343
fi
44-
echo -ne "<details><summary>$SUMMARY</summary>$BODY</details>"
44+
echo -e "<li><details><summary>$SUMMARY</summary>$BODY</details></li>"
4545
}
4646

4747
ARTIFACTS=$(jq -cr 'map(.artifact) | unique | .[]' <<< ${ALL_BOARD_DATA}) # this avoids the 'zephyr' artifact

0 commit comments

Comments
 (0)