]> git.openstreetmap.org Git - chef.git/commitdiff
Use bundle install deployment
authorGrant Slater <git@firefishy.com>
Sat, 5 Oct 2019 12:56:59 +0000 (13:56 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 5 Oct 2019 12:56:59 +0000 (13:56 +0100)
cookbooks/foundation/recipes/owg.rb

index bc239ba1ea3fbdcfa045f179ac38473bb5f0b03a..251999d53358098bb00cc6b4d320a240170e9a13 100644 (file)
@@ -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"