Skip to content

Commit

Permalink
Switch to use public HTTP endpoints
Browse files Browse the repository at this point in the history
The current `.submodules` file is causing an issue when instantiating within a Docker environment. See FIWARE/tutorials.Fast-RTPS-Micro-RTPS#5 - this can be simply fixed by using HTTP urls rather than SSH
  • Loading branch information
jason-fox committed Oct 25, 2018
1 parent 7fddb25 commit b2e0222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "client"]
path = client
url = git@github.com:eProsima/Micro-XRCE-DDS-Client.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Client.git
[submodule "agent"]
path = agent
url = git@github.com:eProsima/Micro-XRCE-DDS-Agent.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Agent.git
[submodule "gen"]
path = gen
url = git@github.com:eProsima/Micro-XRCE-DDS-Gen.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Gen.git

0 comments on commit b2e0222

Please sign in to comment.