From e234343d17f2026d8851c95511cb3bea229dbf0a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 21 Sep 2021 15:40:15 -0700 Subject: Disable gem vendoring caching for berkshelf This causes issues with the tests Signed-off-by: Lamont Granquist --- .expeditor/verify.pipeline.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.expeditor') 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: -- cgit v1.2.1