Switch nested submodule URL ssh -> https
kicad-footprint-generator was referenced via SSH (git@gitlab.com:…), which fails in any CI runner that doesn't have an SSH key for gitlab.com — including the temporary Gitea runner we stood up for the keeb pipeline. The repo is public on gitlab.com, so HTTPS works unauthenticated for clones. Also normalised the tab/space mix on the branch line.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
|||||||
[submodule "kicad-footprint-generator"]
|
[submodule "kicad-footprint-generator"]
|
||||||
path = kicad-footprint-generator
|
path = kicad-footprint-generator
|
||||||
url = git@gitlab.com:acmelon/kicad-footprint-generator.git
|
url = https://gitlab.com/acmelon/kicad-footprint-generator.git
|
||||||
branch = offset_fix
|
branch = offset_fix
|
||||||
|
|||||||
Reference in New Issue
Block a user