Split gem install command in build
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7fb2822669
commit
cf18c79890
|
@ -5,7 +5,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby:2.6.5
|
image: ruby:2.6.5
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler jekyll
|
- gem install bundler
|
||||||
|
- gem install jekyll
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build --trace
|
- bundle exec jekyll build --trace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue