From ceb43ad2932e5c6c0265e81e9dc411f224f5e79b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 20:41:04 +0200 Subject: [PATCH] Fix lfs --- .drone.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c75f38..d1cfa1f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,13 @@ kind: pipeline name: default -clone: - git: - image: alpine/git - lfs: true - depth: 0 - steps: -# - name: git-lfs -# image: alpine/git -# commands: -# - git lfs install -# - git lfs pull + - name: git-lfs + image: alpine/git + commands: + - git lfs install --local + - git lfs fetch --all + - git lfs checkout - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: