From dc733874786fb32fc5ff8d2d87f88969ea9c97c3 Mon Sep 17 00:00:00 2001 From: Xucas999 <60233653+Xucas999@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:11:41 +0100 Subject: [PATCH] Added Mona To Submodules --- .gitmodules | 3 +++ 360monodepth | 2 +- scripts/360monodepthexecution/stopDockerContainer.ps1 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2fd38e8..200976c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "edgenet-360"] path = edgenet-360 url = https://git.soton.ac.uk/gdp-project-4/edgenet-360 +[submodule "mona-ssc"] + path = mona-ssc + url = https://git.soton.ac.uk/gdp-project-4/mona-ssc.git \ No newline at end of file diff --git a/360monodepth b/360monodepth index ae9bee5..5c053f2 160000 --- a/360monodepth +++ b/360monodepth @@ -1 +1 @@ -Subproject commit ae9bee5325ffcdce9d9b8659017177c35d561564 +Subproject commit 5c053f2285466cb884d148dc54489ec654327668 diff --git a/scripts/360monodepthexecution/stopDockerContainer.ps1 b/scripts/360monodepthexecution/stopDockerContainer.ps1 index 8928e36..85ef7c6 100644 --- a/scripts/360monodepthexecution/stopDockerContainer.ps1 +++ b/scripts/360monodepthexecution/stopDockerContainer.ps1 @@ -9,4 +9,4 @@ $containerNameOrId = docker ps --filter "ancestor=$imageNameOrId" --format "{{.I docker stop $containerNameOrId # Removes the container -docker rm $containerNameOrId \ No newline at end of file +#docker rm $containerNameOrId \ No newline at end of file -- GitLab