From bcd3481ea3ca3d5967354cb25195f9487168efc7 Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 29 Jan 2026 22:00:43 +0100 Subject: [PATCH] Use relative path for submodule URL Fixes CI/CD failing to clone submodule via HTTPS. Relative path uses same protocol/auth as parent repo. 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