diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-31 19:52:55 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-31 19:52:55 -0700 |
commit | 8aad81e1c7d2dbfde4b94d1572b77881aba65c9e (patch) | |
tree | 32f340c3b68e2e353ac0adca5ed530c6815b4c26 | |
parent | 43885e0698856ea53a63dda90751a4fd83a04b35 (diff) | |
download | ohai-8aad81e1c7d2dbfde4b94d1572b77881aba65c9e.tar.gz |
Use caching on Windows
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index de19c28a..8ac91308 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -52,7 +52,8 @@ steps: - label: run-specs-windows command: - - bundle install --jobs=7 --retry=3 --without docs debug + - bundle config --local path vendor/bundle + - bundle install --jobs=7 --retry=3 - bundle exec rake spec expeditor: executor: |