Merge "Fix gate job timing issues with bundler"

This commit is contained in:
Jenkins 2014-08-26 01:00:12 +00:00 committed by Gerrit Code Review
commit 9f04fbaee4

View File

@ -127,8 +127,7 @@
builders:
- shell: |
mkdir -p .bundle
bundle config --global jobs $(nproc)
bundle install --path=.bundle
bundle install --path=.bundle --jobs 1 --retry 3 --verbose
- builder:
name: chef-berkshelf-prep