Skip to content

Commit

Permalink
#123 don't convert JSON output to raw strings
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 11, 2024
1 parent 4679821 commit d09b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ json+='
}'

# escape "" quotes with \ and print the JSON output in one line
echo "$json" | jq -r 'tostring' | sed 's/"/\\"/g'
echo "$json" | jq -c .

0 comments on commit d09b537

Please sign in to comment.