Skip to content

Commit

Permalink
Switched to using relative urls for submodules
Browse files Browse the repository at this point in the history
closes #10265 (again)

- Absolute git urls break travis
- Try relative urls as a simpler solution than managing keys
  • Loading branch information
ErisDS committed Dec 10, 2018
1 parent 6499e11 commit 31269de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -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

0 comments on commit 31269de

Please sign in to comment.