From a659cd43293fd79c6bd8f4ccff16440b157ae8fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 12 Jan 2024 18:15:30 +0100
Subject: [PATCH] Hotfix => Remove multiple image storage for same exercise
 execution

---
 NodeApp/package.json                                            | 2 +-
 .../src/commander/exercise/subcommands/ExerciseRunCommand.ts    | 2 +-
 NodeApp/src/shared                                              | 2 +-
 NodeApp/src/sharedByClients                                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NodeApp/package.json b/NodeApp/package.json
index 900210c..3a5fc6f 100644
--- a/NodeApp/package.json
+++ b/NodeApp/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_cli",
     "description"    : "CLI of the Dojo project",
-    "version"        : "3.2.2",
+    "version"        : "3.2.3",
     "license"        : "AGPLv3",
     "author"         : "Michaƫl Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
index a3079c3..4c1f47d 100644
--- a/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
+++ b/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
@@ -28,7 +28,7 @@ class ExerciseRunCommand extends CommanderCommand {
     private readonly folderResultsDojo: string = path.join(this.folderResultsVolume, `Dojo/`);
     private readonly folderResultsExercise: string = path.join(this.folderResultsVolume, `Exercise/`);
 
-    private readonly projectName: string = `${ ClientsSharedConfig.dockerCompose.projectName }_${ this.dateISOString.toLowerCase() }`;
+    private readonly projectName: string = `${ ClientsSharedConfig.dockerCompose.projectName }`;
 
     private readonly fileComposeLogs: string = path.join(this.folderResultsDojo, `dockerComposeLogs.txt`);
 
diff --git a/NodeApp/src/shared b/NodeApp/src/shared
index 101cc26..81f39cf 160000
--- a/NodeApp/src/shared
+++ b/NodeApp/src/shared
@@ -1 +1 @@
-Subproject commit 101cc26895eb0b5fe97e03bb96039e0cddd94391
+Subproject commit 81f39cfa68150e9e5d63fd4b66d941e7723f5c66
diff --git a/NodeApp/src/sharedByClients b/NodeApp/src/sharedByClients
index 39ababf..06f4fcd 160000
--- a/NodeApp/src/sharedByClients
+++ b/NodeApp/src/sharedByClients
@@ -1 +1 @@
-Subproject commit 39ababf437cd738b45e07743455be7588640d5c9
+Subproject commit 06f4fcdc53a384d6a9c85e68b7debf10dfbe25a8
-- 
GitLab