This commit is contained in:
parent
bba85eab6a
commit
cbfb3302c1
@ -2,6 +2,10 @@ kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: blog
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user