can't skip
This commit is contained in:
parent
0cbdf46817
commit
6d1b0ab1ba
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: ruby
|
||||||
|
commands:
|
||||||
|
- gem install bundler
|
||||||
|
- bundle install
|
||||||
|
- bundle exec jekyll build
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue