summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-28 10:40:06 -0700
committerTom Duffield <tom@chef.io>2019-07-16 15:19:34 -0500
commit8a649e383112d9272db3bbf4e085574a06b36c96 (patch)
treed8a1ab24dae10fec07113e9c512f425756fea3fd /.expeditor
parent9607a42fd31d973d08cc39387d73e9657e9c9e59 (diff)
downloadohai-8a649e383112d9272db3bbf4e085574a06b36c96.tar.gz
Try installing bundler into BK
We don't have bundler installed right now Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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: