From 7c4e1704239ff21731a2450857f409b6719cc6dd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 5 Oct 2019 13:56:59 +0100 Subject: [PATCH 1/1] Use bundle install deployment --- cookbooks/foundation/recipes/owg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2