12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
{
|
|
"type": "shell",
|
|
"inline": [
|
|
"echo build ID is {{ build `ID`}} and build UUID is {{ build `PackerRunUUID` }}> provisioner.{{ build `PackerRunUUID`}}.txt"
|
|
]
|
|
},
|
|
{
|
|
"type": "file",
|
|
"source": "provisioner.{{ build `PackerRunUUID`}}.txt",
|
|
"destination": "./test-fixtures/provisioner.shell.txt",
|
|
"direction": "download"
|
|
} |