Mise à jour de '.drone.yml'
This commit is contained in:
parent
97c4cff62f
commit
3421c64903
@ -14,6 +14,11 @@ steps:
|
|||||||
|
|
||||||
- name: git pull submodules
|
- name: git pull submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
settings:
|
||||||
|
user:
|
||||||
|
from_secret: GIT_USER
|
||||||
|
password:
|
||||||
|
from_secret: GIT_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user