fix test submodules
This commit is contained in:
parent
3e05ab3913
commit
350d5348c5
@ -58,6 +58,11 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: test
|
name: test
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: test build
|
- name: test build
|
||||||
image: plugins/hugo
|
image: plugins/hugo
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user