From 31269de7c382d7c8f18b2e0710089cfd6aadeb70 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 10 Dec 2018 16:54:16 +0000 Subject: [PATCH] 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 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f5edc0f963..f0de37bbec 100644 --- a/.gitmodules +++ b/.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