feat: hard code log file path for init
All checks were successful
push / build (push) Successful in 49s
All checks were successful
push / build (push) Successful in 49s
This commit is contained in:
parent
47ef584184
commit
a00e30f181
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user