Merge "Configuring bundler to use multiple cpus/cores"
This commit is contained in:
commit
fc2682c29c
@ -48,6 +48,7 @@
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
mkdir -p .cookbooks .bundle
|
||||
ruby1.9.1 /usr/bin/bundle config --global jobs $(nproc)
|
||||
ruby1.9.1 /usr/bin/bundle install --path=.bundle
|
||||
# Validates cookbooks
|
||||
ruby1.9.1 /usr/bin/bundle exec berks install --path=.cookbooks
|
||||
|
@ -116,6 +116,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
mkdir -p .bundle
|
||||
ruby1.9.1 /usr/bin/bundle config --global jobs $(nproc)
|
||||
ruby1.9.1 /usr/bin/bundle install --path=.bundle
|
||||
|
||||
- builder:
|
||||
|
Loading…
Reference in New Issue
Block a user