Add some debugging on LFS
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
2025-09-30 20:51:20 +02:00
parent 9de4ee3697
commit 2a48f6de83

View File

@@ -1,19 +1,17 @@
kind: pipeline kind: pipeline
name: default name: default
clone:
git:
image: alpine/git
lfs: true
depth: 0
steps: steps:
- name: lfs-checkout - name: git-lfs
image: alpine/git image: alpine/git
commands: commands:
- git lfs install --local - git lfs install --local
- git lfs fetch --all
- git lfs checkout - git lfs checkout
- git lfs env
- git lfs ls-files
- git lfs pull
- ls -lh img/thumbnails/2024-09-21/
- name: build - name: build
image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 image: git.ipng.ch/ipng/drone-hugo:release-0.148.2
settings: settings: