File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
test-code-job :
8
8
stage : test
9
9
script :
10
- - git clone https://token:${UCORE_CHECKER_REPO_READ_TOKEN_2024A }@git.tsinghua.edu.cn/os-lab/2024a/ta/ucore-tutorial-checker-2024a.git ucore-tutorial-ci
11
- - git clone https://token:${UCORE_TEST_REPO_READ_TOKEN_2024A }@git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-test-2024a.git ucore-tutorial-ci/workplace/user
10
+ - git clone https://token:${uCoreCheckToken }@git.tsinghua.edu.cn/os-lab/2024a/ta/ucore-tutorial-checker-2024a.git ucore-tutorial-ci
11
+ - git clone https://token:${uCoreTestToken }@git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-test-2024a.git ucore-tutorial-ci/workplace/user
12
12
- cd ucore-tutorial-ci && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'`
You can’t perform that action at this time.
0 commit comments