From b17e8fe9ecbe5ea6e23dc62d0a788a438a8f6e81 Mon Sep 17 00:00:00 2001 From: Matthew Feickert <matthew.feickert@cern.ch> Date: Tue, 22 Jan 2019 03:27:23 -0600 Subject: [PATCH] Use HTTPS for Git submodule url Using HTTPS for the url allows for checkout without requiring additional credentials. The absolute path of the url also allows for development in forks to be more tractable. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 25ebb12..0feee8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "atlas-docker"] path = atlas-docker - url = ../../../atlas-sit/docker.git + url = https://gitlab.cern.ch/atlas-sit/docker.git -- GitLab