From 3196246192afb0f2adf545636ebfd618866ded38 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 35c9e50..6820f58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,11 @@ 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 + - git lfs install + - cd blog + - git lfs fetch - name: build image: archlinux