Allow to set headless mode via env variable

When building image via jenkins job we can not use any windows.
Related-bug: #1533609

Change-Id: I8622ab4b26908bfaccbdad3527444cf8335a6c1d
This commit is contained in:
Łukasz Oleś 2016-02-05 10:23:27 +01:00
parent ee4cd78dd5
commit f4da49538b

View File

@ -1,7 +1,7 @@
{
"variables": {
"cleanup_pause": "",
"headless": "",
"headless": "{{env `headless`}}",
"update": "true",
"ssh_username": "vagrant",
"ssh_password": "vagrant",