7 lines
132 B
YAML
7 lines
132 B
YAML
pipeline:
|
|
build:
|
|
image: alpine/git
|
|
commands:
|
|
- git submodule init
|
|
- git submodule update --recursive --remote
|