Skip to content
Snippets Groups Projects
Commit edf45d7a authored by IvBu's avatar IvBu
Browse files

[solutionchecker] The CI now throws an error if solution/exercise has not been...

[solutionchecker] The CI now throws an error if solution/exercise has not been updated while the other one has.
parent 08e24299
No related branches found
No related tags found
1 merge request!224The CI now throws an error if solution/exercise has not been...
......@@ -21,6 +21,6 @@ do
echo "The solution for $exerciseName seems to be up to date."
else
echo "You forgot to update the exercise or the solution for $exerciseName!"
exit
exit 1
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment