mirror of https://github.com/hashicorp/packer
add test to repro #10975
parent
4ebc09f08f
commit
e60a7e60b9
@ -0,0 +1,12 @@
|
||||
source "null" "example1" {
|
||||
communicator = "none"
|
||||
}
|
||||
|
||||
build {
|
||||
sources = ["source.null.example1"]
|
||||
|
||||
provisioner "shell-local" {
|
||||
pause_before = "5"
|
||||
inline = ["echo Did I wait a bit?"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue