Browse Source

ci git submodules

main
Hendrik Langer 5 years ago
parent
commit
515fe7865b
  1. 9
      .drone.yml

9
.drone.yml

@ -3,6 +3,15 @@ type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- apk update
- apl add git-lfs
- git submodule update --init --recursive
- git submodule update --recursive --remote
- git lfs fetch --all
- name: build
image: python
commands:

Loading…
Cancel
Save