From 7bbd0d28d07e2792d59617f440cfdc5dc18daa28 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Jan 2026 16:39:35 +0100 Subject: [PATCH] Use correct port in clone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fbcf2ea..9080f5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: image: alpine/git commands: - git lfs install - - git clone http://gitea/ipng/ipng.ch.git + - git clone http://gitea:3000/ipng/ipng.ch.git # - git lfs pull - git checkout $DRONE_COMMIT - name: build