summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-08-25 13:28:16 -0700
committerPete Higgins <pete@peterhiggins.org>2020-08-25 13:28:42 -0700
commit908911cf42526f80c12a3367abe055e0ad102d3e (patch)
tree94b7b28f6d7d484e0f220211e700a5a255c58400
parent270a7fdb50ce7e3a177a33ecd809493955caf461 (diff)
downloadchef-908911cf42526f80c12a3367abe055e0ad102d3e.tar.gz
Cut down on log output during hab builds on CI.greenify-ci-redness
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--.expeditor/verify.pipeline.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 34a2dee47d..c64a203c40 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -590,6 +590,9 @@ steps:
linux:
privileged: true
single-use: true
+ environment:
+ - HAB_NONINTERACTIVE=true
+
- label: ":habicat: Linux plan (kernel2)"
commands:
@@ -601,6 +604,8 @@ steps:
linux:
privileged: true
single-use: true
+ environment:
+ - HAB_NONINTERACTIVE=true
- label: ":habicat: Windows plan"
commands:
@@ -611,3 +616,5 @@ steps:
privileged: true
single-use: true
shell: ["powershell", "-Command"]
+ environment:
+ - HAB_NONINTERACTIVE=true