Hendrik Langer 4 years ago
parent
commit
f3766d70a7
  1. 2
      .drone.yml

2
.drone.yml

@ -7,7 +7,7 @@ steps:
image: alpine/git
commands:
- apk update
- apl add git-lfs
- apk add git-lfs
- git submodule update --init --recursive
- git submodule update --recursive --remote
- git lfs fetch --all

Loading…
Cancel
Save