Skip to content
Snippets Groups Projects
Commit b4d3da13 authored by michael.minelli's avatar michael.minelli
Browse files

ExerciseRunHelper => Do not suffixe project name with timestamp (old execution...

ExerciseRunHelper => Do not suffixe project name with timestamp (old execution become now dangling images)
parent 1f6e1655
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class ExerciseRunHelper {
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`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment