diff options
-rwxr-xr-x | .expeditor/run_linux_tests.sh | 2 | ||||
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh index ee1a9627..3290515d 100755 --- a/.expeditor/run_linux_tests.sh +++ b/.expeditor/run_linux_tests.sh @@ -10,9 +10,7 @@ export LANG=C.UTF-8 LANGUAGE=C.UTF-8 echo "--- bundle install" # we need the ruby 2.7 version of bundler, the 2.5/2.6 versions cannot pull our Gemfile correctly -gem update --system gem install bundler -bundle config --local path vendor/bundle bundle install --jobs=7 --retry=3 echo "+++ bundle exec task" diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 87e55fba..763e633c 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -1,7 +1,5 @@ --- expeditor: - cached_folders: - - vendor defaults: buildkite: retry: @@ -45,9 +43,7 @@ steps: - label: run-specs-windows command: # we need the ruby 2.7 version of bundler, the 2.5/2.6 versions cannot pull our Gemfile correctly - - gem update --system - gem install bundler - - bundle config --local path vendor/bundle - bundle install --jobs=7 --retry=3 --without=profile - bundle exec rake spec expeditor: |