From 261cc967fe3b5235ecbbeaaf1bff6bbb4101f99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 3 Oct 2023 14:12:59 +0200 Subject: [PATCH] CHANGELOG => Removed an unnecessary line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e90ef..3681c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ - If the file is not present or the `success` field is not present: - The exercise will be considered as valid if the container exit code is 0 - The `results.json` file will be construct / completed with the container exit code - - If the file is present, the exercise will be considered as valid - The `volume` argument of `dojo_assignment.json` is now optional (if the teaching staff don't want to provide `results.json` file or other files) - Pipeline for assignment validation. The pipeline will check if the assignment is valid (if the `dojo_assignment.json` file is valid and if all the required files are present) - **CLI**: Assignment run command added (to run the assignment locally) -- GitLab