From e579a60877a871d60b982d621ccd978e66111eb9 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 21:08:46 +0200 Subject: [PATCH] Check .gitattributes --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1f6ad07..9b94be3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,11 @@ steps: - name: setup image: alpine/git commands: - - git lfs install --skip-repo # Installs the LFS filters globally for the session - - git lfs pull + - git lfs install --skip-repo + - git lfs fetch # Fetch the LFS objects to the local cache + - git lfs checkout # Replace the pointer files with the binary content + - git lfs ls-files + - cat .gitattributes # Display the file contents in the logs - ls -lh static/img/thumbnails/2024-09-21/ - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2