Merge "Fix gate job timing issues with bundler"
This commit is contained in:
commit
9f04fbaee4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user