This commit is contained in:
parent
a7acaa8c61
commit
7fb2822669
|
@ -5,9 +5,8 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby:2.6.5
|
image: ruby:2.6.5
|
||||||
commands:
|
commands:
|
||||||
- gem install jekyll
|
- gem install bundler jekyll
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle update --bundler
|
|
||||||
- bundle exec jekyll build --trace
|
- bundle exec jekyll build --trace
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
|
|
Loading…
Reference in a new issue