summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 10:45:23 -0700
committerTom Duffield <tom@chef.io>2019-07-16 15:19:34 -0500
commit6056ff505c12258bd4aeedd2fb5099b83aa6243f (patch)
treed454185ae355a1ac3db058e0fb9e82ae197fc6bd
parent8a649e383112d9272db3bbf4e085574a06b36c96 (diff)
downloadohai-6056ff505c12258bd4aeedd2fb5099b83aa6243f.tar.gz
Try using PowerShell again
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 19bce4de..5e8ea6f8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -36,12 +36,11 @@ steps:
- label: "run-specs-windows"
command:
- - gem install bundler
- - bundle install --jobs=7 --retry=3
- - bundle exec rake spec
+ - bundle install --jobs=7 --retry=3; bundle exec rake spec
expeditor:
executor:
docker:
environment:
- BUILDKITE
host_os: windows
+ shell: ["powershell", "-Command"]