File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
image : duskmoon/dev-env:ucore-ci
11
11
steps :
12
12
- uses : actions/checkout@v3
13
- - run : git clone https://github.com/LearningOS/uCore-Tutorial-Checker-2024A .git ucore-tutorial-ci
14
- - run : git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024A .git ucore-tutorial-ci/workplace/user
13
+ - run : git clone https://github.com/LearningOS/uCore-Tutorial-Checker-2025S .git ucore-tutorial-ci
14
+ - run : git clone https://github.com/LearningOS/uCore-Tutorial-Test-2025S .git ucore-tutorial-ci/workplace/user
15
15
- run : cd ucore-tutorial-ci && make test passwd=${{ secrets.BASE_TEST_TOKEN }} CHAPTER=`echo ${GITHUB_REF##*/} | grep -oP 'ch\K[0-9]'`
16
16
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,9 +16,9 @@ Course project for THU-OS.
16
16
17
17
``` bash
18
18
# GitHub 使用 https
19
- git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024A .git user
19
+ git clone https://github.com/LearningOS/uCore-Tutorial-Test-2025S .git user
20
20
# GitHub 使用 ssh
21
- git clone
[email protected] :LearningOS/uCore-Tutorial-Test-
2024A .git user
21
+ git clone
[email protected] :LearningOS/uCore-Tutorial-Test-
2025S .git user
22
22
```
23
23
24
24
注意:` user ` 已添加至 ` .gitignore ` ,你无需将其提交,ci 也不会使用它
You can’t perform that action at this time.
0 commit comments