From ceb1a80fe1a9b846275c9a4199dd29e33d834ef8 Mon Sep 17 00:00:00 2001 From: Shane Starcher Date: Tue, 4 Jun 2019 11:43:39 -0700 Subject: [PATCH] change to https instead of ssh so tests do not require ssh key --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dcfba2b..232ac40 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "tests/tags"] path = tests/tags - url = git@github.com:sstarcher/helm-release-tags.git + url = https://github.com/sstarcher/helm-release-tags.git [submodule "tests/notags"] path = tests/notags - url = git@github.com:sstarcher/helm-release-notags.git + url = https://github.com/sstarcher/helm-release-notags.git branch = master