Use https for fetching sub modules

This switches over the sub module to using https instead of ssh. It simplifies a lot for people packaging the application and you won't need to have ssh configured correctly.
This commit is contained in:
Jacob 2018-11-08 18:43:37 +01:00 committed by Jacalz
parent beec00dcb3
commit 5419b4b732

3
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "scripts/resin"]
path = scripts/resin
url = git@github.com:balena-io/scripts.git
url = https://github.com/balena-io/scripts.git
branch = master