File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123123 push_time=""
124124 fi
125125
126- hw_targets=$(jq -r '.hw_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]' ")
127- hw_types=$(jq -r '.hw_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]' ")
128- wokwi_targets=$(jq -r '.wokwi_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]' ")
129- wokwi_types=$(jq -r '.wokwi_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]' ")
126+ hw_targets=$(jq -r '.hw_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\" ")
127+ hw_types=$(jq -r '.hw_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\" ")
128+ wokwi_targets=$(jq -r '.wokwi_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\" ")
129+ wokwi_types=$(jq -r '.wokwi_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\" ")
130130 qemu_tests_enabled=$(jq -r '.qemu_tests_enabled' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:]")
131- qemu_targets=$(jq -r '.qemu_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]' ")
132- qemu_types=$(jq -r '.qemu_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]' ")
131+ qemu_targets=$(jq -r '.qemu_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\" ")
132+ qemu_types=$(jq -r '.qemu_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\" ")
133133
134134 echo "base = $base"
135135 echo "hw_targets = $hw_targets"
You can’t perform that action at this time.
0 commit comments