Skip to content

Commit

Permalink
include quotes in csv output [skip-vdc] [skip-docs] [skip-rapids]
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 15, 2025
1 parent 2ca46f7 commit c901c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/sccache_dist_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ sccache --dist-status | jq -r -f <(cat <<"EOF"
] as $rows
| ($rows[0] | keys_unsorted) as $cols
| ($rows | map(. as $row | $cols | map($row[.]))) as $rows
| $cols, $rows[] | @csv | gsub("\""; "")
| $cols, $rows[] | @csv
EOF
)

0 comments on commit c901c62

Please sign in to comment.