Skip to content
Snippets Groups Projects
Commit a06625f3 authored by cyril.cros's avatar cyril.cros
Browse files

jq commands are now working

parent 82a2374a
No related merge requests found
Pipeline #65531 passed
#!/bin/sh
jq --argfile base default_session.json '.defaultSession = $base' config.json
jq --argfile base tracks.json '. += $base' config.json
# combined
cat config.json | jq --argfile base default_session.json '.defaultSession = $base' | jq --argfile base tracks.json '. += $base'
\ No newline at end of file
{ {
"aggregateTextSearchAdapters": [
{
"assemblyNames": [
"pdumv021"
],
"ixFilePath": {
"locationType": "UriLocation",
"uri": "trix/pdumv021.ix"
},
"ixxFilePath": {
"locationType": "UriLocation",
"uri": "trix/pdumv021.ixx"
},
"metaFilePath": {
"locationType": "UriLocation",
"uri": "trix/pdumv021_meta.json"
},
"textSearchAdapterId": "pdumv021-index",
"type": "TrixTextSearchAdapter"
},
{
"assemblyNames": [
"pmassv1_masked"
],
"ixFilePath": {
"locationType": "UriLocation",
"uri": "trix/pmassv1_masked.ix"
},
"ixxFilePath": {
"locationType": "UriLocation",
"uri": "trix/pmassv1_masked.ixx"
},
"metaFilePath": {
"locationType": "UriLocation",
"uri": "trix/pmassv1_masked_meta.json"
},
"textSearchAdapterId": "pmassv1_masked-index",
"type": "TrixTextSearchAdapter"
}
],
"tracks": [ "tracks": [
{ {
"adapter": { "adapter": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment