mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Simplify testing template
This commit is contained in:
parent
7466c4fdca
commit
a0329ef196
1 changed files with 0 additions and 25 deletions
|
|
@ -14,31 +14,6 @@
|
|||
}
|
||||
],
|
||||
"post-processors": [
|
||||
[
|
||||
{
|
||||
"name": "apple",
|
||||
"type": "shell-local",
|
||||
"inline": [
|
||||
"echo apple > apple.txt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "peach",
|
||||
"type": "shell-local",
|
||||
"inline": [
|
||||
"echo peach > peach.txt"
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "pear",
|
||||
"type": "shell-local",
|
||||
"inline": [
|
||||
"echo pear > pear.txt"
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"only": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue