diff options
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index c64a203c40..34a2dee47d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -590,9 +590,6 @@ steps: linux: privileged: true single-use: true - environment: - - HAB_NONINTERACTIVE=true - - label: ":habicat: Linux plan (kernel2)" commands: @@ -604,8 +601,6 @@ steps: linux: privileged: true single-use: true - environment: - - HAB_NONINTERACTIVE=true - label: ":habicat: Windows plan" commands: @@ -616,5 +611,3 @@ steps: privileged: true single-use: true shell: ["powershell", "-Command"] - environment: - - HAB_NONINTERACTIVE=true |