Merge pull request #7 from yuoo655/main

fix issues #6
This commit is contained in:
chyyuu
2022-06-29 17:22:14 +08:00
committed by GitHub

View File

@@ -129,18 +129,6 @@ setupclassroom_test5:
git commit -m"update classroom.yml .keep autograding.json for classroom CI test"
git push
setupclassroom_test1:
mkdir -p .github/classroom/
mkdir -p .github/workflows/
touch .github/.keep
cp scripts/autograding-test1.json .github/classroom/autograding.json
cp scripts/classroom.yml .github/workflows/classroom.yml
git add .github/classroom/autograding.json
git add .github/workflows/classroom.yml
git add .github/.keep
git commit -m"update classroom.yml .keep autograding.json for classroom CI test"
git push
setupclassroom_test6:
mkdir -p .github/classroom/
mkdir -p .github/workflows/