From 77a02c1423191c5996bd5aec1fac2e64c87d3166 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 1 Oct 2024 02:33:23 -0400 Subject: [PATCH] feat: joj3-failed-table with run number --- bin/joj3-teapot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/joj3-teapot b/bin/joj3-teapot index 6a57908..6787ef8 100755 --- a/bin/joj3-teapot +++ b/bin/joj3-teapot @@ -20,7 +20,8 @@ RUN_NUMBER="$4" $ENV_FILE_PATH \ $JOJ3_RESULT_FILE_PATH \ $GRADING_REPO_NAME \ - $SUBMITTER_REPO_NAME + $SUBMITTER_REPO_NAME \ + $RUN_NUMBER /usr/local/bin/joint-teapot joj3-create-result-issue \ $ENV_FILE_PATH \ $JOJ3_RESULT_FILE_PATH \