summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-09-21 15:40:15 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-09-21 15:40:15 -0700
commite234343d17f2026d8851c95511cb3bea229dbf0a (patch)
tree7f3ae742bf0494fbc0f419d52501fdf976470591
parent48d324211da41ee21632926269622af71182f88c (diff)
downloadchef-e234343d17f2026d8851c95511cb3bea229dbf0a.tar.gz
Disable gem vendoring caching for berkshelf
This causes issues with the tests Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/verify.pipeline.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index bafdf44c20..daa9d0025e 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -357,7 +357,6 @@ steps:
- apt-get update -y
- apt-get install -y graphviz
- bundle config set --local without omnibus_package
- - bundle config set --local path 'vendor/bundle'
- bundle install --jobs=3 --retry=3
- bundle exec tasks/bin/run_external_test berkshelf/berkshelf main rake
expeditor: