This commit is contained in:
parent
7d2f1ecaec
commit
398ae2573b
@ -3,6 +3,12 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: submodule
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user