fix test submodules

This commit is contained in:
Denys Konovalov 2023-02-09 16:40:12 +01:00
parent 16ce63c4df
commit b50d78c5fb

@ -58,6 +58,11 @@ kind: pipeline
type: docker
name: test
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: test build
image: plugins/hugo
settings: