diff --git a/architecture.json b/architecture.json index eddaa23dcc8466a5401cd3fe4cf7d81f9b9ff5b6..de5140392f11c8792bd73a655fe13558d8b9e54e 100644 --- a/architecture.json +++ b/architecture.json @@ -1,7 +1,7 @@ { "architectures" : [ { - "description" : "REPO:https://gitlab.inria.fr/spring/wp7_ari/respeaker_ros.git", + "description" : "REPO:git@gitlab.inria.fr:spring/wp7_ari/respeaker_ros.git", "name" : "respeaker_ros", "uuid" : "b96ac6ba-08a0-4df0-8341-206c356f7c87", "version" : "master" diff --git a/spring-mock-ws/fetch_released_nodes.sh b/spring-mock-ws/fetch_released_nodes.sh index a69c35384b0c79200dd28fdd7d2bf16b7a6c65e3..02eaff454222beaa000fd60319d4146c44806686 100644 --- a/spring-mock-ws/fetch_released_nodes.sh +++ b/spring-mock-ws/fetch_released_nodes.sh @@ -10,5 +10,5 @@ then else echo "Cloning respeaker_ros (ROS node: respeaker_ros), branch: master to src/ ..." - git clone --depth 1 --branch master https://gitlab.inria.fr/spring/wp7_ari/respeaker_ros.git src/respeaker_ros; + git clone --depth 1 --branch master git@gitlab.inria.fr:spring/wp7_ari/respeaker_ros.git src/respeaker_ros; fi