clone submodules
This commit is contained in:
parent
8dbc9aa196
commit
b935e1ba68
@ -4,6 +4,13 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: pandoc
|
- name: pandoc
|
||||||
image: pandoc/alpine:2.14
|
image: pandoc/alpine:2.14
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user