From 1db5c106b7457c5180f6a09fe1317f08c0093141 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 1 Oct 2025 10:00:43 +0200 Subject: [PATCH] Revert to built-in LFS --- .drone.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9b94be3..fbd3475 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,16 @@ kind: pipeline name: default +clone: + git: + image: alpine/git + lfs: true + depth: 0 + steps: - - name: setup + - name: debug image: alpine/git commands: - - 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