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

2
.drone.yml

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

Loading…
Cancel
Save