From b3425741ab3405649524f30a91f2436bcd1dd034 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35c9e50..07f624f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,13 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git >/dev/null + - pacman -Sy --noconfirm git git-lfs >/dev/null - git submodule update --init --recursive + - cd blog + - echo $(pwd) + - git lfs install + - git lfs fetch + - git lfs ls-files - name: build image: archlinux