summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 10:40:06 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-28 10:40:06 -0700
commit329d62f6b640a34ea6a0190e62a48d64e92bbfde (patch)
treea233f7da688243a5b8fd962e703e4c2382d5855f
parentc2f7348729097430fab2db0a7daeedeb809ad429 (diff)
downloadohai-329d62f6b640a34ea6a0190e62a48d64e92bbfde.tar.gz
Try installing bundler into BK
We don't have bundler installed right now Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 41790c50..19bce4de 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -36,6 +36,7 @@ steps:
- label: "run-specs-windows"
command:
+ - gem install bundler
- bundle install --jobs=7 --retry=3
- bundle exec rake spec
expeditor: