From 32c91146034e455a82837fb86092118ef03dbe2f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 21:04:46 +0200 Subject: [PATCH] A different approach to LFS --- .drone.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 028b6ce..1f6ad07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,12 @@ kind: pipeline name: default - -clone: - git: - image: alpine/git - depth: 0 # disables shallow clone - lfs: true # enables LFS support - steps: - - name: git-lfs + - name: setup image: alpine/git commands: -# - git lfs install --local -# - git lfs pull -# - git lfs checkout -# - git lfs env - - git lfs ls-files + - git lfs install --skip-repo # Installs the LFS filters globally for the session + - git lfs pull - ls -lh static/img/thumbnails/2024-09-21/ - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2