fix: Use relative URL for submodule
Some checks failed
Create Release Package / build-release (push) Failing after 50s

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 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 18:21:21 +01:00
parent 3dd2f4d126
commit 98ddb63d44

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "lib/wc-licensed-product-client"] [submodule "lib/wc-licensed-product-client"]
path = 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