Skip to content

Commit f9883e8

Browse files
committed
step
1 parent f4a2cc4 commit f9883e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ details_line() {
5454
echo -e "<tr><td align=right>$ICON</td><td><details><summary>$SUMMARY</summary>$BODY</details></td></tr>"
5555
}
5656

57-
ARTIFACTS=$(jq -cr 'map(.artifact) | unique | .[]' | tac <<< ${ALL_BOARD_DATA}) # this avoids the 'zephyr' artifact
57+
ARTIFACTS=$(jq -cr 'map(.artifact) | unique | .[]' <<< ${ALL_BOARD_DATA}) # this avoids the 'zephyr' artifact
5858
for artifact in $ARTIFACTS ; do
5959
echo -e "### \`$artifact\` test results:\n"
6060
jq -c "map(select(.artifact == \"$artifact\")) | .[]" <<< ${ALL_BOARD_DATA} | while read -r BOARD_DATA; do

0 commit comments

Comments
 (0)