Skip to content

Commit

Permalink
Update for 2025S
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy17 committed Jan 24, 2025
1 parent 6699c2d commit 7d72bde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Mirror + trigger CI
uses: tkf2019/gitlab-mirror-and-ci-action@master
with:
args: "https://git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-code-2024a"
args: "https://git.tsinghua.edu.cn/os-lab/2025S/public/ucore-tutorial-code-2025S"
env:
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
GITLAB_PROJECT_ID: "34735"
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024a"
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2025S"
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ stages:
test-code-job:
stage: test
script:
- git clone https://token:${uCoreCheckToken}@git.tsinghua.edu.cn/os-lab/2024a/ta/ucore-tutorial-checker-2024a.git ucore-tutorial-ci
- git clone https://token:${uCoreTestToken}@git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-test-2024a.git ucore-tutorial-ci/workplace/user
- git clone https://token:${uCoreCheckToken}@git.tsinghua.edu.cn/os-lab/2025S/ta/ucore-tutorial-checker-2025S.git ucore-tutorial-ci
- git clone https://token:${uCoreTestToken}@git.tsinghua.edu.cn/os-lab/2025S/public/ucore-tutorial-test-2025S.git ucore-tutorial-ci/workplace/user
- cd ucore-tutorial-ci && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'`
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Course project for THU-OS.

```bash
# 清华 git 使用 https
git clone https://git.tsinghua.edu.cn/os-lab/2024A/public/ucore-tutorial-test-2024A.git user
git clone https://git.tsinghua.edu.cn/os-lab/2025S/public/ucore-tutorial-test-2025S.git user
# 清华 git 使用 ssh
git clone [email protected]:os-lab/2024A/public/ucore-tutorial-test-2024A.git user
git clone [email protected]:os-lab/2025S/public/ucore-tutorial-test-2025S.git user
# GitHub 使用 https
git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024A.git user
git clone https://github.com/LearningOS/uCore-Tutorial-Test-2025S.git user
# GitHub 使用 ssh
git clone [email protected]:LearningOS/uCore-Tutorial-Test-2024A.git user
git clone [email protected]:LearningOS/uCore-Tutorial-Test-2025S.git user
```

注意:`user` 已添加至 `.gitignore`,你无需将其提交,ci 也不会使用它

0 comments on commit 7d72bde

Please sign in to comment.