Some checks failed
BotServer CI / build (push) Failing after 11s
Remove ALM remote references to avoid authentication prompts when cloning. All submodules now point to their GitHub repositories.
42 lines
1,004 B
Text
42 lines
1,004 B
Text
[submodule "botapp"]
|
|
path = botapp
|
|
url = https://github.com/GeneralBots/botapp.git
|
|
|
|
[submodule "botserver"]
|
|
path = botserver
|
|
url = https://github.com/GeneralBots/BotServer.git
|
|
|
|
[submodule "botlib"]
|
|
path = botlib
|
|
url = https://github.com/GeneralBots/botlib.git
|
|
|
|
[submodule "botui"]
|
|
path = botui
|
|
url = https://github.com/GeneralBots/botui.git
|
|
|
|
[submodule "botbook"]
|
|
path = botbook
|
|
url = https://github.com/GeneralBots/botbook.git
|
|
|
|
[submodule "bottest"]
|
|
path = bottest
|
|
url = https://github.com/GeneralBots/bottest.git
|
|
|
|
[submodule "botdevice"]
|
|
path = botdevice
|
|
url = https://github.com/GeneralBots/botdevice.git
|
|
|
|
[submodule "botmodels"]
|
|
path = botmodels
|
|
url = https://github.com/GeneralBots/botmodels.git
|
|
|
|
[submodule "botplugin"]
|
|
path = botplugin
|
|
url = https://github.com/GeneralBots/botplugin.git
|
|
|
|
[submodule "bottemplates"]
|
|
path = bottemplates
|
|
url = https://github.com/GeneralBots/bottemplates.git
|
|
[submodule ".github"]
|
|
path = .github
|
|
url = https://github.com/GeneralBots/.github.git
|