From 0bbf227ed28e511d5de23daf1d964edd3d4cec2f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 30 Sep 2025 20:39:13 +0200 Subject: [PATCH] use built-in LFS --- .drone.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3bb9944..8c75f38 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,18 @@ kind: pipeline name: default -steps: - - name: git-lfs +clone: + git: image: alpine/git - commands: - - git lfs install - - git lfs pull + lfs: true + depth: 0 + +steps: +# - name: git-lfs +# image: alpine/git +# commands: +# - git lfs install +# - git lfs pull - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: