Clone submodules before build
This commit is contained in:
parent
9c51d8765e
commit
947b4c989d
@ -23,6 +23,10 @@ steps:
|
||||
- senpai
|
||||
commands:
|
||||
- sed -i '$s/$/,latest/' .tags
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: build-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user