X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/53342bfb30cc6b2d012375b79c8bfcd8571f80c1..86d35f661934c33b483b07018d1b9c1a063ccbfc:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index eb6ed4958..d7a103fd3 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -62,7 +62,7 @@ end execute "/srv/hardware.openstreetmap.org" do action :nothing - command "jekyll build" + command "jekyll build --trace" cwd "/srv/hardware.openstreetmap.org" user "nobody" group "nogroup"