From 14e488b676c8e34f886335c5b5a9776be876b4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 24 Sep 2019 08:02:50 +0200 Subject: [PATCH] Stop submitting grading JSON back to gitlab --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2c7174..f62736b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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