Skip to content

Commit

Permalink
Change submodule url protocol
Browse files Browse the repository at this point in the history
The build pipeline is having issues with checking out these, testing if
this as a solution or workaround.
  • Loading branch information
laurigates committed Oct 18, 2023
1 parent e47238d commit 1609b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "mittaridatapumppu-endpoint"]
path = mittaridatapumppu-endpoint
url = git@github.com:City-of-Helsinki/mittaridatapumppu-endpoint.git
url = https://github.com/City-of-Helsinki/mittaridatapumppu-endpoint.git
[submodule "mittaridatapumppu-parser"]
path = mittaridatapumppu-parser
url = git@github.com:City-of-Helsinki/mittaridatapumppu-parser.git
url = https://github.com/City-of-Helsinki/mittaridatapumppu-parser.git
[submodule "mittaridatapumppu-persister"]
path = mittaridatapumppu-persister
url = git@github.com:City-of-Helsinki/mittaridatapumppu-persister.git
url = https://github.com/City-of-Helsinki/mittaridatapumppu-persister.git
[submodule "fvhiot-python"]
path = fvhiot-python
url = git@github.com:ForumViriumHelsinki/FVHIoT-python.git
url = https://github.com/ForumViriumHelsinki/FVHIoT-python.git

0 comments on commit 1609b83

Please sign in to comment.