forked from cryptohagen.dk/website
Split gem install command in build
This commit is contained in:
parent
7fb2822669
commit
cf18c79890
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue