2015-06-27 03:47:50 -04:00
|
|
|
{
|
|
|
|
"builders": [
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "chocolate",
|
|
|
|
"type": "file",
|
|
|
|
"content": "chocolate",
|
|
|
|
"target": "chocolate.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
},
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "vanilla",
|
|
|
|
"type": "file",
|
|
|
|
"content": "vanilla",
|
|
|
|
"target": "vanilla.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
},
|
|
|
|
{
|
2019-01-11 08:06:34 -05:00
|
|
|
"name": "cherry",
|
|
|
|
"type": "file",
|
|
|
|
"content": "cherry",
|
|
|
|
"target": "cherry.txt"
|
2015-06-27 03:47:50 -04:00
|
|
|
}
|
2019-01-10 05:37:41 -05:00
|
|
|
],
|
|
|
|
"post-processors": [
|
2019-01-11 08:06:34 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "apple",
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": [ "touch apple.txt" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "peach",
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": [ "touch peach.txt" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "pear",
|
|
|
|
"type": "shell-local",
|
|
|
|
"inline": [ "touch pear.txt" ]
|
|
|
|
}
|
|
|
|
]
|
2015-06-27 03:47:50 -04:00
|
|
|
]
|
2019-01-11 08:06:34 -05:00
|
|
|
}
|