feat: hard code log file path for init
All checks were successful
push / build (push) Successful in 49s

This commit is contained in:
张泊明518370910136 2024-10-01 17:00:32 -04:00
parent 47ef584184
commit a00e30f181
GPG Key ID: CA088E6D9284F870

View File

@ -2,6 +2,7 @@
set -e set -e
export LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log
ENV_FILE_PATH=/home/tt/.config/teapot/teapot.env ENV_FILE_PATH=/home/tt/.config/teapot/teapot.env
JOJ3_RESULT_FILE_PATH=/tmp/joj3_result.json JOJ3_RESULT_FILE_PATH=/tmp/joj3_result.json
GRADING_REPO_NAME="$1" GRADING_REPO_NAME="$1"