Split gem install command in build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2020-03-01 20:14:47 +01:00
parent 7fb2822669
commit cf18c79890
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ steps:
- name: build
image: ruby:2.6.5
commands:
- gem install bundler jekyll
- gem install bundler
- gem install jekyll
- bundle install
- bundle exec jekyll build --trace