generated from Java-2025Fall/final-vibevault-template
完成作业
This commit is contained in:
parent
6b7bd6fab3
commit
854ff9ceab
@ -131,6 +131,9 @@ jobs:
|
||||
ASSIGNMENT_ID=$(echo "$REPO_NAME" | sed 's/-stu_.*//')
|
||||
elif echo "$REPO_NAME" | grep -q -- '-template'; then
|
||||
ASSIGNMENT_ID=$(echo "$REPO_NAME" | sed 's/-template.*//')
|
||||
elif [ "$REPO_NAME" = "final" ]; then
|
||||
# Special case for this repository
|
||||
ASSIGNMENT_ID="final-vibevault"
|
||||
else
|
||||
ASSIGNMENT_ID="final-vibevault"
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user