From 2a48f6de83184a775abb26748089dcbc1a8f17ac Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 20:51:20 +0200 Subject: [PATCH] Add some debugging on LFS --- .drone.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index d3ea3a1..fea6aa4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,19 +1,17 @@ kind: pipeline name: default -clone: - git: - image: alpine/git - lfs: true - depth: 0 - - steps: - - name: lfs-checkout + - name: git-lfs image: alpine/git commands: - git lfs install --local + - git lfs fetch --all - git lfs checkout + - git lfs env + - git lfs ls-files + - git lfs pull + - ls -lh img/thumbnails/2024-09-21/ - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: