From 122ec7f200a41f169341ec25eaaf9b89e00dc601 Mon Sep 17 00:00:00 2001 From: ktyl Date: Thu, 15 Dec 2022 21:04:19 +0000 Subject: [PATCH] use git-lfs in build step --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35c9e50..bcbbbd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,14 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git >/dev/null + - pacman -Sy --noconfirm git git-lfs >/dev/null + - git lfs install - git submodule update --init --recursive + - cd blog + - echo $(pwd) + - git lfs install + - git lfs fetch --all + - git lfs ls-files - name: build image: archlinux