Add lfs installation
continuous-integration/drone/push Build is passing Details

pull/1/head
Davide Polonio 2021-04-27 22:46:08 +02:00
parent d2f1799483
commit 0836f87082
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: lfs - name: lfs
image: alpine/git image: alpine/git
commands: commands:
- apk add --no-cache git-lfs
- git lfs install - git lfs install
- git lfs pull - git lfs pull
- name: submodules - name: submodules