chg: [json] Added an ENV Var to tell the underlying script that we are PACKER.

pull/23/head
Steve Clement 2019-05-09 16:45:21 +09:00
parent 50b1d8cdff
commit d499337dbb
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@
"environment_vars": [
"DESKTOP={{user `desktop`}}",
"UPDATE={{user `update`}}",
"PACKER=1",
"http_proxy={{user `http_proxy`}}",
"https_proxy={{user `https_proxy`}}",
"no_proxy={{user `no_proxy`}}"