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