packer-cn/command/test-fixtures/validate/validate_except.json

40 lines
631 B
JSON
Raw Normal View History

2020-06-09 09:23:29 -04:00
{
2020-06-09 11:35:53 -04:00
"builders": [
2020-06-09 09:23:29 -04:00
{
"name": "chocolate",
2020-06-09 11:35:53 -04:00
"type": "file",
"target": "chocolate.txt",
"content": "chocolate"
2020-06-09 09:23:29 -04:00
},
{
2020-06-09 11:35:53 -04:00
"type": "file",
2020-06-09 09:23:29 -04:00
"name": "vanilla"
}
],
"post-processors": [
2020-06-09 11:35:53 -04:00
[
{
"name": "apple",
"type": "shell-local",
"inline": [
"echo apple 'apple'"
]
}
],
[
{
"name": "pear",
"type": "shell-local",
"inline": [
"echo apple 'pear'"
]
},
{
"name": "banana",
"type": "shell-local"
}
]
2020-06-09 09:23:29 -04:00
],
2020-06-09 11:35:53 -04:00
"min_packer_version": "101.0.0"
2020-06-09 09:23:29 -04:00
}