Switched to using relative urls for submodules

closes #10265 (again)

- Absolute git urls break travis
- Try relative urls as a simpler solution than managing keys
This commit is contained in:
Hannah Wolfe 2018-12-10 16:54:16 +00:00
parent 6499e114ec
commit 31269de7c3
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "content/themes/casper"]
path = content/themes/casper
url = git@github.com:TryGhost/Casper.git
url = ../../TryGhost/Casper.git
[submodule "core/client"]
path = core/client
url = git@github.com:TryGhost/Ghost-Admin.git
url = ../../TryGhost/Ghost-Admin.git