From 0701e3130aa2fb035fd162a47e4b78f408d27496 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Tue, 1 Oct 2024 16:53:15 -0400 Subject: [PATCH] feat: no more force teapot log path --- bin/joj3-teapot | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/joj3-teapot b/bin/joj3-teapot index 6787ef8..1f9bb48 100755 --- a/bin/joj3-teapot +++ b/bin/joj3-teapot @@ -2,7 +2,6 @@ set -e -export LOG_FILE_PATH=/tmp/joint-teapot.log ENV_FILE_PATH=/home/tt/.config/teapot/teapot.env JOJ3_RESULT_FILE_PATH=/tmp/joj3_result.json GRADING_REPO_NAME="$1" @@ -10,7 +9,6 @@ SUBMITTER_NAME="$2" SUBMITTER_REPO_NAME=$(echo "$3" | cut -d'/' -f2) RUN_NUMBER="$4" -# TODO: redirect stdout & stderr to /dev/null in deployment /usr/local/bin/joint-teapot joj3-scoreboard \ $ENV_FILE_PATH \ $JOJ3_RESULT_FILE_PATH \