Update all submodules to point to inc soc repos
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 25s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 25s
This commit is contained in:
parent
ff8074b355
commit
4941684c78
1 changed files with 8 additions and 8 deletions
16
.gitmodules
vendored
16
.gitmodules
vendored
|
@ -1,33 +1,33 @@
|
||||||
[submodule "gamedevtree"]
|
[submodule "gamedevtree"]
|
||||||
path = site/public/gamedevtree
|
path = site/public/gamedevtree
|
||||||
url = https://github.com/thepaperpilot/The-Modding-Tree.git
|
url = git@code.incremental.social/thepaperpilot/The-Modding-Tree.git
|
||||||
branch = gamedevtree
|
branch = gamedevtree
|
||||||
[submodule "kronos"]
|
[submodule "kronos"]
|
||||||
path = site/public/kronos
|
path = site/public/kronos
|
||||||
url = https://github.com/thepaperpilot/The-Modding-Tree.git
|
url = git@code.incremental.social/thepaperpilot/The-Modding-Tree.git
|
||||||
branch = kronos
|
branch = kronos
|
||||||
[submodule "lit"]
|
[submodule "lit"]
|
||||||
path = site/public/lit
|
path = site/public/lit
|
||||||
url = https://github.com/thepaperpilot/The-Modding-Tree.git
|
url = git@code.incremental.social/thepaperpilot/The-Modding-Tree.git
|
||||||
branch = lit
|
branch = lit
|
||||||
[submodule "the_ascension_tree"]
|
[submodule "the_ascension_tree"]
|
||||||
path = site/public/the_ascension_tree
|
path = site/public/the_ascension_tree
|
||||||
url = https://github.com/thepaperpilot/the_ascension_tree
|
url = git@code.incremental.social/thepaperpilot/the_ascension_tree.git
|
||||||
[submodule "dream"]
|
[submodule "dream"]
|
||||||
path = site/public/dream
|
path = site/public/dream
|
||||||
url = https://github.com/thepaperpilot/Dream-Hero
|
url = git@code.incremental.social/thepaperpilot/Dream-Hero.git
|
||||||
branch = gh-pages
|
branch = gh-pages
|
||||||
[submodule "Advent-Incremental.git"]
|
[submodule "Advent-Incremental.git"]
|
||||||
path = site/public/advent
|
path = site/public/advent
|
||||||
url = https://github.com/thepaperpilot/Advent-Incremental.git
|
url = git@code.incremental.social/thepaperpilot/Advent-Incremental.git
|
||||||
branch = gh-pages
|
branch = gh-pages
|
||||||
[submodule "ludwig"]
|
[submodule "ludwig"]
|
||||||
path = site/public/ludwig
|
path = site/public/ludwig
|
||||||
url = https://github.com/thepaperpilot/Super-Auto-Coots.git
|
url = git@code.incremental.social/thepaperpilot/Super-Auto-Coots.git
|
||||||
branch = gh-pages
|
branch = gh-pages
|
||||||
[submodule "site/public/planar"]
|
[submodule "site/public/planar"]
|
||||||
path = site/public/planar
|
path = site/public/planar
|
||||||
url = https://github.com/thepaperpilot/planar-pioneers
|
url = git@code.incremental.social/thepaperpilot/Planar-Pioneers.git
|
||||||
branch = gh-pages
|
branch = gh-pages
|
||||||
[submodule "Garden.git"]
|
[submodule "Garden.git"]
|
||||||
path = Garden
|
path = Garden
|
||||||
|
|
Loading…
Reference in a new issue