Add lfs
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
996bc92876
commit
d2f1799483
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue