]> git.openstreetmap.org Git - chef.git/commitdiff
Report full stack traces when jekyll fails
authorTom Hughes <tom@compton.nu>
Thu, 12 May 2016 09:19:28 +0000 (10:19 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 12 May 2016 09:19:28 +0000 (10:19 +0100)
cookbooks/serverinfo/recipes/default.rb

index eb6ed495800da0677960cdee2f46f35842741f26..d7a103fd3a5b0b52e058925593d17578d762fc55 100644 (file)
@@ -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"