fix(submit_scoreboard.sh): fix new folder name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
张佳澈520370910044 2024-06-10 13:23:17 +08:00
parent bc6222307f
commit 24b7b2b555

View File

@ -8,6 +8,6 @@ else
SUBMITTER_NAME={DRONE_REPO_NAME}; SUBMITTER_NAME={DRONE_REPO_NAME};
fi fi
mkdir repo mkdir repos
cp $ORIG_HOME/.config/ci/teapot.env .env && joint-teapot JOJ3-scoreboard "score.json" $SUBMITTER_NAME "" "JOJ3-examples" "JOJ3_dev.csv" cp $ORIG_HOME/.config/ci/teapot.env .env && joint-teapot JOJ3-scoreboard "score.json" $SUBMITTER_NAME "" "JOJ3-examples" "JOJ3_dev.csv"
cat joint-teapot.log cat joint-teapot.log