完成作业
Some checks failed
autograde-final-vibevault / check-trigger (push) Successful in 4s
autograde-final-vibevault / grade (push) Failing after 6m15s

This commit is contained in:
liyitian 2025-12-14 17:41:28 +08:00
parent 06e99ca6ce
commit 15255acda2

View File

@ -138,12 +138,12 @@ jobs:
ASSIGNMENT_ID="final-vibevault"
fi
echo "📥 Fetching tests and grading scripts from ${ORG}/${ASSIGNMENT_ID}-tests..."
echo "📥 Fetching tests and grading scripts from ${ORG}/2311061111-lyt..."
AUTH_URL="http://${TESTS_USERNAME}:${TESTS_TOKEN}@49.234.193.192:3000/liyitian/2311061111-lyt.git"
if ! git -c http.sslVerify=false clone --depth=1 "$AUTH_URL" _priv_tests 2>&1; then
echo "❌ Failed to clone ${ASSIGNMENT_ID}-tests repository!"
echo "❌ Failed to clone 2311061111-lyt repository!"
exit 1
fi