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