Stop submitting grading JSON back to gitlab

This commit is contained in:
Timothée Floure 2019-09-24 08:02:50 +02:00
parent dcd9a0d860
commit 14e488b676

View File

@ -30,9 +30,4 @@ grade:
- cp submission.jar /shared/submission/submission.jar
script:
- cd /grader
- /grader/grade > result.json
- cat result.json | /grader/feedback-printer
artifacts:
expire_in: 7 days
paths:
- /grader/result.json
- /grader/grade | /grader/feedback-printer