summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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