generated from Java-2025Fall/final-vibevault-template
完成作业
This commit is contained in:
parent
503b97815b
commit
06e99ca6ce
@ -140,7 +140,7 @@ jobs:
|
|||||||
|
|
||||||
echo "📥 Fetching tests and grading scripts from ${ORG}/${ASSIGNMENT_ID}-tests..."
|
echo "📥 Fetching tests and grading scripts from ${ORG}/${ASSIGNMENT_ID}-tests..."
|
||||||
|
|
||||||
AUTH_URL="http://${TESTS_USERNAME}:${TESTS_TOKEN}@${HOST}/${ORG}/${ASSIGNMENT_ID}-tests.git"
|
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
|
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 ${ASSIGNMENT_ID}-tests repository!"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user