Add error trace to build command
continuous-integration/drone/push Build is failing Details

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
1 changed files with 1 additions and 1 deletions

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