From c7856b3446a3e9e53f2f89dedea812a6451a011f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Jan 2026 16:32:33 +0100 Subject: [PATCH] Check out local clone --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1769bd..fbcf2ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,17 @@ kind: pipeline name: default +clone: + disable: true + steps: - - name: git-lfs + - name: clone image: alpine/git commands: - git lfs install - - git lfs pull + - git clone http://gitea/ipng/ipng.ch.git +# - git lfs pull + - git checkout $DRONE_COMMIT - name: build image: git.ipng.ch/ipng/drone-hugo:release-0.148.2 settings: