other format
This commit is contained in:
parent
6d1b0ab1ba
commit
e084e6d6ca
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
pipeline:
|
kind: pipeline
|
||||||
build:
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
publish:
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
|
|
Loading…
Reference in a new issue