chore: use relative URLs for submodules to support ALM CI
Some checks failed
BotServer CI / build (push) Failing after 13s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-20 20:08:52 -03:00
parent 1d0c9ccdb8
commit ce81951a69

23
.gitmodules vendored
View file

@ -1,42 +1,43 @@
[submodule "botapp"] [submodule "botapp"]
path = botapp path = botapp
url = https://github.com/GeneralBots/botapp.git url = ../botapp.git
[submodule "botserver"] [submodule "botserver"]
path = botserver path = botserver
url = https://github.com/GeneralBots/BotServer.git url = ../BotServer.git
[submodule "botlib"] [submodule "botlib"]
path = botlib path = botlib
url = https://github.com/GeneralBots/botlib.git url = ../botlib.git
[submodule "botui"] [submodule "botui"]
path = botui path = botui
url = https://github.com/GeneralBots/botui.git url = ../botui.git
[submodule "botbook"] [submodule "botbook"]
path = botbook path = botbook
url = https://github.com/GeneralBots/botbook.git url = ../botbook.git
[submodule "bottest"] [submodule "bottest"]
path = bottest path = bottest
url = https://github.com/GeneralBots/bottest.git url = ../bottest.git
[submodule "botdevice"] [submodule "botdevice"]
path = botdevice path = botdevice
url = https://github.com/GeneralBots/botdevice.git url = ../botdevice.git
[submodule "botmodels"] [submodule "botmodels"]
path = botmodels path = botmodels
url = https://github.com/GeneralBots/botmodels.git url = ../botmodels.git
[submodule "botplugin"] [submodule "botplugin"]
path = botplugin path = botplugin
url = https://github.com/GeneralBots/botplugin.git url = ../botplugin.git
[submodule "bottemplates"] [submodule "bottemplates"]
path = bottemplates path = bottemplates
url = https://github.com/GeneralBots/bottemplates.git url = ../bottemplates.git
[submodule ".github"] [submodule ".github"]
path = .github path = .github
url = https://github.com/GeneralBots/.github.git url = ../.github.git