From d2f179948334dc4ff173930e3bcb433bb0da744d Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Tue, 27 Apr 2021 22:44:55 +0200 Subject: [PATCH] Add lfs --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f85e34..dc4679c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: