X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b443240bd6f333b714220857c52877309b2c3ae0..d37d1928d18064a3297708f0988b0d1369076e95:/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"