Add lfs
continuous-integration/drone/push Build is failing Details

pull/1/head
Davide Polonio 2021-04-27 22:44:55 +02:00
parent 996bc92876
commit d2f1799483
1 changed files with 5 additions and 2 deletions

View File

@ -3,12 +3,15 @@ type: docker
name: default
steps:
- name: lfs
image: alpine/git
commands:
- git lfs install
- git lfs pull
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- ls -lah
- ls -lah themes
- name: lint checks
image: node:14.16-alpine
commands: