Skip to content

Commit 3d42b9f

Browse files
committed
step
1 parent e8f1f53 commit 3d42b9f

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
@@ -25,7 +25,7 @@ artifact_count() {
2525
artifact_entry() {
2626
ICON="$1"
2727

28-
COUNTS="$(artifact_count $((SKETCH_COUNT - SKETCH_ERRORS)) ":green_circle:") $(artifact_count $SKETCH_WARNINGS ":yellow_circle:") <b>$(artifact_count $SKETCH_ERRORS ":red_circle:")</b>"
28+
COUNTS="| $(artifact_count $((SKETCH_COUNT - SKETCH_ERRORS)) ":green_circle:") | $(artifact_count $SKETCH_WARNINGS ":yellow_circle:") | <b>$(artifact_count $SKETCH_ERRORS ":red_circle:")</b> |"
2929
SUMMARY="$COUNTS $ICON <b>$BOARD</b> (<code>$VARIANT</code>)"
3030
if [ ! -z "$ARTIFACT_LINK" ] ; then
3131
SUMMARY="$SUMMARY - <a href=\"$ARTIFACT_LINK\">full build log</a>"
@@ -105,5 +105,5 @@ for artifact in $ARTIFACTS ; do
105105

106106
artifact_entry "$ARTIFACT_ICON"
107107
done
108-
echo -e "</ul>\n"
108+
echo
109109
done

0 commit comments

Comments
 (0)