File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- name : Mirror + trigger CI
14
14
uses : tkf2019/gitlab-mirror-and-ci-action@master
15
15
with :
16
- args : " https://git.tsinghua.edu.cn/os-lab/2024a /public/ucore-tutorial-code-2024a "
16
+ args : " https://git.tsinghua.edu.cn/os-lab/2025S /public/ucore-tutorial-code-2025S "
17
17
env :
18
18
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
19
19
GITLAB_PROJECT_ID : " 34735"
20
- GITLAB_PROJECT_NAME : " ucore-tutorial-code-2024a "
20
+ GITLAB_PROJECT_NAME : " ucore-tutorial-code-2025S "
21
21
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
22
22
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
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:${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
10
+ - git clone https://token:${uCoreCheckToken}@git.tsinghua.edu.cn/os-lab/2025S /ta/ucore-tutorial-checker-2025S .git ucore-tutorial-ci
11
+ - git clone https://token:${uCoreTestToken}@git.tsinghua.edu.cn/os-lab/2025S /public/ucore-tutorial-test-2025S .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]'`
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Course project for THU-OS.
16
16
17
17
``` bash
18
18
# 清华 git 使用 https
19
- git clone https://git.tsinghua.edu.cn/os-lab/2024A /public/ucore-tutorial-test-2024A .git user
19
+ git clone https://git.tsinghua.edu.cn/os-lab/2025S /public/ucore-tutorial-test-2025S .git user
20
20
# 清华 git 使用 ssh
21
- git clone
[email protected] :os-lab/
2024A /public/ucore-tutorial-test-
2024A .git user
21
+ git clone
[email protected] :os-lab/
2025S /public/ucore-tutorial-test-
2025S .git user
22
22
# GitHub 使用 https
23
- git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024A .git user
23
+ git clone https://github.com/LearningOS/uCore-Tutorial-Test-2025S .git user
24
24
# GitHub 使用 ssh
25
- git clone
[email protected] :LearningOS/uCore-Tutorial-Test-
2024A .git user
25
+ git clone
[email protected] :LearningOS/uCore-Tutorial-Test-
2025S .git user
26
26
```
27
27
28
28
注意:` user ` 已添加至 ` .gitignore ` ,你无需将其提交,ci 也不会使用它
You can’t perform that action at this time.
0 commit comments