Merge pull request #4593 from grv87/patch-1
Escape quotes in JSON in `shell-local` example
This commit is contained in:
commit
701a357767
|
@ -127,7 +127,7 @@ a tarball, you might wright this:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inline": [
|
"inline": [
|
||||||
"jq ".builds[].files[].name" manifest.json | xargs tar cfz artifacts.tgz"
|
"jq \".builds[].files[].name\" manifest.json | xargs tar cfz artifacts.tgz"
|
||||||
],
|
],
|
||||||
"type": "shell-local"
|
"type": "shell-local"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue