Skip to content

Commit ceb1a80

Browse files
committed
change to https instead of ssh so tests do not require ssh key
1 parent 420567d commit ceb1a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "tests/tags"]
22
path = tests/tags
3-
url = git@github.com:sstarcher/helm-release-tags.git
3+
url = https://github.com/sstarcher/helm-release-tags.git
44
[submodule "tests/notags"]
55
path = tests/notags
6-
url = git@github.com:sstarcher/helm-release-notags.git
6+
url = https://github.com/sstarcher/helm-release-notags.git
77
branch = master

0 commit comments

Comments
 (0)