blob: 9d6831c8b529542d28df812a7649ea4add79ed5b [file] [log] [blame]
{
"variables": {
"fruit": null
},
"builders": [
{
"communicator": "none",
"type": "null"
}
],
"post-processors": [
[
{
"name": "apple",
"type": "shell-local",
"inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
}
]
]
}