From d37d1928d18064a3297708f0988b0d1369076e95 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 12 May 2016 10:19:28 +0100 Subject: [PATCH 1/1] Report full stack traces when jekyll fails --- cookbooks/serverinfo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2