summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2019-07-03 15:09:42 -0500
committerTom Duffield <tom@chef.io>2019-07-03 15:09:42 -0500
commit6c6ffb698c95fc7af4b4e2d1182e7b1998feb58e (patch)
treed70271f237143508d1c977d9e1e5f0315a6fee5b
parent05e0dfb2c60e6fc20fb87c34fdad7bdb3475141b (diff)
downloadohai-windows_testing.tar.gz
Use the (new) defaultswindows_testing
Signed-off-by: Tom Duffield <tom@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 5e8ea6f8..ea37393a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -36,11 +36,9 @@ steps:
- label: "run-specs-windows"
command:
- - 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"]