mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Recursively init submodules
This commit is contained in:
parent
64805410c2
commit
16e3c5eb85
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ steps:
|
|||
- name: submodules
|
||||
image: docker:git
|
||||
commands:
|
||||
- git submodule update --init
|
||||
- git submodule update --init --recursive
|
||||
- name: build:debian
|
||||
image: plugins/docker
|
||||
group: build
|
||||
|
@ -29,7 +29,7 @@ steps:
|
|||
- name: submodules
|
||||
image: docker:git
|
||||
commands:
|
||||
- git submodule update --init
|
||||
- git submodule update --init --recursive
|
||||
- name: build:docker
|
||||
image: plugins/docker
|
||||
group: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue