From: Grant Slater Date: Sat, 5 Oct 2019 12:56:59 +0000 (+0100) Subject: Use bundle install deployment X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7c4e1704239ff21731a2450857f409b6719cc6dd?hp=5d9d144cf4e7aaf93fc32493cac25256767990e9 Use bundle install deployment --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index bc239ba1e..251999d53 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -46,7 +46,7 @@ end execute "/srv/operations.osmfoundation.org/Gemfile" do action :nothing - command "bundle install" + command "bundle install --deployment --jobs 4 --retry 3" cwd "/srv/operations.osmfoundation.org" user "root" group "root"