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

ExerciceDockerCompose => Update some step messages

parent 87a7cc77
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class ExerciceDockerCompose {
// Run the service
{
try {
this.events.emit('step', 'COMPOSE_RUN', 'Run Docker Compose file');
this.events.emit('step', 'COMPOSE_RUN', 'Running Docker Compose file');
containerExitCode = await new Promise<number>((resolve, reject) => {
......@@ -75,7 +75,7 @@ class ExerciceDockerCompose {
// Get linked services logs
{
try {
this.events.emit('step', 'COMPOSE_LOGS', 'Logs acquisition of linked services');
this.events.emit('step', 'COMPOSE_LOGS', 'Linked services logs acquisition');
await new Promise<void>((resolve, reject) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment