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

Step 3/4/5 => Inform where is the logs in case of failure

parent 2162d496
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ import ClientsSharedExerciceHelper from './sharedByClients/helpers/Dojo/ClientsS
fs.writeFileSync(path.join(Config.folders.resultsDojo, 'dockerComposeLogs.txt'), exerciceDockerCompose.allLogs);
if ( !exerciceDockerCompose.success ) {
console.error(Styles.ERROR(`${ Icon.ERROR } Execution logs are available in artifacts`));
process.exit(exerciceDockerCompose.exitCode);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment