File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ artifact_count() {
2525artifact_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
109109done
You can’t perform that action at this time.
0 commit comments