You've already forked wp-fedistream
feat: Use git submodule for private dependency
Some checks failed
Create Release Package / build-release (push) Has been cancelled
Some checks failed
Create Release Package / build-release (push) Has been cancelled
- Add wc-licensed-product-client as git submodule in lib/ - Change Composer repository from VCS to path type - CI now checks out submodules recursively - Remove COMPOSER_AUTH (no longer needed) This solves the CI networking issue by fetching the dependency via git submodule instead of Composer. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user