Skip to content
Snippets Groups Projects
Commit 4a57e715 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Use ssh instead of https for git submodules.

parent 8bb2f5d9
Branches
Tags
No related merge requests found
......@@ -12,10 +12,10 @@
url = http://www.dynare.org/git/dmm.git
[submodule "matlab/utilities/tests"]
path = matlab/utilities/tests
url = https://github.com/DynareTeam/m-unit-tests.git
url = git@github.com:DynareTeam/m-unit-tests.git
[submodule "matlab/particles"]
path = matlab/particles
url = https://github.com/DynareTeam/particles.git
url = git@github.com:DynareTeam/particles.git
[submodule "matlab/modules/dates"]
path = matlab/modules/dates
url = git@gitlab.com:McModelTeam/dates.git
......@@ -26,4 +26,4 @@
branch = master-with-fame-io
[submodule "matlab/modules/reporting"]
path = matlab/modules/reporting
url = https://github.com/DynareTeam/reporting.git
\ No newline at end of file
url = git@github.com:DynareTeam/reporting.git
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment