Add Git and LFS as dependencies to submodules CI stage
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
09b9c875b0
commit
a6314b0f0c
@ -9,7 +9,9 @@ steps:
|
|||||||
- name: submodules
|
- name: submodules
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- apt-get update
|
||||||
|
- apt-get install -y git git-lfs
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user