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:
parent
6499e114ec
commit
31269de7c3
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user