From 60b3f2470a010f3a73baefcef111f2c2241556a0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 30 Mar 2021 01:43:05 +0100 Subject: [PATCH] stateofthemap: Use multiple threads for bundle --- cookbooks/stateofthemap/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 0d55936e0..b2a40d1e7 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -344,7 +344,7 @@ end execute "/srv/#{year}.stateofthemap.org/Gemfile" do action :nothing - command "bundle install --deployment" + command "bundle install --deployment --jobs #{node[:cpu][:total]}" cwd "/srv/#{year}.stateofthemap.org" user "root" group "root" -- 2.39.5