From b7de3249986b84b4f32efe7ab30c14ae4722bc3f Mon Sep 17 00:00:00 2001 From: paladox Date: Wed, 7 Feb 2024 14:09:44 +0000 Subject: [PATCH] Fix submodule to clone over https and not ssh Allows anonymous users to clone this and also fixes an issue with the use of http proxies. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8ada071..2d846d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "build"] path = build - url = git@github.com:gesinn-it-pub/docker-compose-ci.git + url = https://github.com/gesinn-it-pub/docker-compose-ci.git