summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 10:45:23 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-28 10:45:23 -0700
commit05e0dfb2c60e6fc20fb87c34fdad7bdb3475141b (patch)
tree2de8b40544db29e681864aff54776df9701cb664 /.expeditor
parent329d62f6b640a34ea6a0190e62a48d64e92bbfde (diff)
downloadohai-05e0dfb2c60e6fc20fb87c34fdad7bdb3475141b.tar.gz
Try using PowerShell again
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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"]