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

Merge branch 'fix-bug-on-docker-deamon-detection' into v3.3.0

parents 933ccc1e 95c50c0a
No related branches found
No related tags found
No related merge requests found
Pipeline #28335 passed
......@@ -30,6 +30,7 @@
### 🐛 Bugfix
- Fix an error when providing template for assignment creation
- Fix docker daemon detection error (thanks to @tom.andrivet)
## 3.2.0 (2023-12-19)
......
......@@ -106,7 +106,7 @@ class ExerciseRunHelper {
}).start();
try {
await execAsync(`cd "${ Config.folders.defaultLocalExercise }";docker ps`);
await execAsync(`docker ps`);
} catch ( error ) {
spinner.fail(`The Docker daemon is not running`);
return;
......
Subproject commit 39ababf437cd738b45e07743455be7588640d5c9
Subproject commit e8b67ee272f693947f267da30f02911fbd6d0207
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment