Skip to content

Commit 01d082a

Browse files
committed
2024S: gitlab ci
1 parent 28a11f4 commit 01d082a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
default:
2-
image: duskmoon/dev-env:rcore-ci
2+
image: tkf2023/env:rcore-ci
33

44
stages:
55
- test
66

77
test-code-job:
88
stage: test
99
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
1212
- cp -r $HOME/os-vendor os/vendor
1313
- cp -r $HOME/user-vendor ci-user/user/vendor
1414
- cd ci-user && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'` passwd=$BASE_TEST_TOKEN OFFLINE=1

0 commit comments

Comments
 (0)