Add error trace to build command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jesper Hess 2020-03-01 14:53:48 +01:00
parent 002c573c59
commit 7e7d4fe2c6
Signed by untrusted user: graffen
GPG key ID: 351A89E40D763F0F

View file

@ -7,7 +7,7 @@ steps:
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- bundle exec jekyll build --trace
- name: docker
image: plugins/docker