File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
args : " https://git.tsinghua.edu.cn/os-lab/2025S/ta/rcore-tutorial-checker-2025S"
16
16
env :
17
17
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
18
- GITLAB_PROJECT_ID : " 34687 "
18
+ GITLAB_PROJECT_ID : " 37681 "
19
19
GITLAB_PROJECT_NAME : " rcore-tutorial-checker-2025S"
20
20
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
21
21
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CHAPTER ?=
3
3
OFFLINE :=
4
4
# This is only for TAs to run base test, students do not know the token
5
5
TOKEN_SHA1 := $(shell echo -n '$(passwd ) ' | sha1sum | xargs | awk -F' ' '{ print $$1 }')
6
- ifeq ($(TOKEN_SHA1 ) , 2ade230f77ab63c1a4b5abd7c34ea308a692d8e4 )
6
+ ifeq ($(TOKEN_SHA1 ) , 1c22d32b04178593d7452f5eb5037bda00f73037 )
7
7
BASE := 1
8
8
BASE_CHAR := b
9
9
else
You can’t perform that action at this time.
0 commit comments