diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 13:28:16 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 13:28:42 -0700 |
commit | 908911cf42526f80c12a3367abe055e0ad102d3e (patch) | |
tree | 94b7b28f6d7d484e0f220211e700a5a255c58400 /.expeditor/verify.pipeline.yml | |
parent | 270a7fdb50ce7e3a177a33ecd809493955caf461 (diff) | |
download | chef-908911cf42526f80c12a3367abe055e0ad102d3e.tar.gz |
Cut down on log output during hab builds on CI.greenify-ci-redness
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 7 |
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 |