From 98ddb63d44a7ac12bde39d2a8cd3532d008db97e Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 29 Jan 2026 18:21:21 +0100 Subject: [PATCH] fix: Use relative URL for submodule Relative URL allows CI to use the same access method as the main repo, avoiding networking issues with absolute URLs. Co-Authored-By: Claude Opus 4.5 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b283962..406ab93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/wc-licensed-product-client"] path = lib/wc-licensed-product-client - url = https://src.bundespruefstelle.ch/magdev/wc-licensed-product-client.git + url = ../wc-licensed-product-client.git