summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-03-31 19:56:49 -0700
committerGitHub <noreply@github.com>2020-03-31 19:56:49 -0700
commite0f2fb5fb60521b1dc5948a3ff9a93c81411b3d2 (patch)
treec15eb1bf8a5e3d39eeef88095a11dd8bdfff0677
parenteddfe23fc16f10a083a8fedb5a2a28d95d04429c (diff)
parent8aad81e1c7d2dbfde4b94d1572b77881aba65c9e (diff)
downloadohai-e0f2fb5fb60521b1dc5948a3ff9a93c81411b3d2.tar.gz
Merge pull request #1444 from chef/expeditor_caching
Cache gem installs in Buildkite on Windows as well
-rw-r--r--.expeditor/verify.pipeline.yml3
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: