Skip to content
Snippets Groups Projects
Commit 00f6ea07 authored by Alvise de'Faveri's avatar Alvise de'Faveri
Browse files

[submodules] Use relative paths from root in `.gitmodules`

For the CI we can't have ssh paths, but for forks we want to
recognize the submodules correctly. The solution for now is to
use relative paths going up to the "root" of the path to
identify submodules.
parent 7ae26d91
No related branches found
No related tags found
No related merge requests found
[submodule "libs/miosix-kernel"]
path = libs/miosix-kernel
url = ../../elc/miosix-kernel.git
url = ../../scs/miosix-kernel.git
branch = master
[submodule "libs/tscpp"]
path = libs/tscpp
url = https://github.com/fedetft/tscpp.git
[submodule "libs/mavlink_skyward_lib"]
path = libs/mavlink_skyward_lib
url = ../mavlink_skyward_lib.git
url = ../../scs/mavlink_skyward_lib.git
[submodule "libs/simple-template-matrix"]
path = libs/simple-template-matrix
url = https://github.com/fedetft/simple-template-matrix.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment