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:
parent
ee4cd78dd5
commit
f4da49538b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"variables": {
|
"variables": {
|
||||||
"cleanup_pause": "",
|
"cleanup_pause": "",
|
||||||
"headless": "",
|
"headless": "{{env `headless`}}",
|
||||||
"update": "true",
|
"update": "true",
|
||||||
"ssh_username": "vagrant",
|
"ssh_username": "vagrant",
|
||||||
"ssh_password": "vagrant",
|
"ssh_password": "vagrant",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user