From 9de4ee3697edfce4bee17f922c60ff2ca8add287 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 20:46:00 +0200 Subject: [PATCH] Update lfs checkout --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05c3daa..d3ea3a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,12 +9,11 @@ clone: steps: -# - name: git-lfs -# image: alpine/git -# commands: -# - git lfs install --local -# - git lfs fetch --all -# - git lfs checkout + - name: lfs-checkout + image: alpine/git + commands: + - git lfs install --local + - git lfs checkout - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: