From 11283ba4e357e7728976dba491ea0cd8cba6b53d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Jan 2026 17:37:03 +0100 Subject: [PATCH] Correct repo location --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1e60f4b..30e7215 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,10 @@ steps: - name: clone image: alpine/git commands: + - set + - export - git lfs install - - git clone http://gitea:3000/ipng/ipng.ch.git . + - git clone http://gitea:3000/pim/sabbatical.ipng.nl.git . - git checkout $DRONE_COMMIT - name: hugo image: git.ipng.ch/ipng/drone-hugo:release-0.148.2