diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2021-09-21 15:40:15 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2021-09-21 15:40:15 -0700 |
commit | e234343d17f2026d8851c95511cb3bea229dbf0a (patch) | |
tree | 7f3ae742bf0494fbc0f419d52501fdf976470591 | |
parent | 48d324211da41ee21632926269622af71182f88c (diff) | |
download | chef-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.yml | 1 |
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: |