Skip to content

Instantly share code, notes, and snippets.

@hslavchev
Created May 17, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hslavchev/d40525e0e6c61b6052345472645eed3b to your computer and use it in GitHub Desktop.
Save hslavchev/d40525e0e6c61b6052345472645eed3b to your computer and use it in GitHub Desktop.
"provisioners": [
{
"type": "shell",
"inline" : "echo '### Starting provisioner ###'"
},
{
"type": "shell",
"script": "scripts/setup.sh",
"pause_before": "3s"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment