File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
default :
2
- image : duskmoon/dev- env:rcore-ci
2
+ image : tkf2023/ env:rcore-ci
3
3
4
4
stages :
5
5
- test
6
6
7
7
test-code-job :
8
8
stage : test
9
9
script :
10
- - git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2024S .git ci-user
11
- - git clone https://github.com/LearningOS/rCore-Tutorial-Test-2024S .git ci-user/user
10
+ - git clone https://token:${RCORE_CHECKER_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/ta/rcore-tutorial-checker .git ci-user
11
+ - git clone https://token:${RCORE_TEST_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test .git ci-user/user
12
12
- cp -r $HOME/os-vendor os/vendor
13
13
- cp -r $HOME/user-vendor ci-user/user/vendor
14
14
- cd ci-user && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'` passwd=$BASE_TEST_TOKEN OFFLINE=1
You can’t perform that action at this time.
0 commit comments