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:
|
||||
build:
|
||||
image: ruby
|
||||
commands:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
- bundle exec jekyll build
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue