Skip to content

Commit 1c6cd8e

Browse files
committed
2024S
1 parent 9a78d4b commit 1c6cd8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Mirror + trigger CI
1414
uses: tkf2019/gitlab-mirror-and-ci-action@master
1515
with:
16-
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code"
16+
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code-2024s"
1717
env:
1818
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
1919
GITLAB_PROJECT_ID: "29092"
20-
GITLAB_PROJECT_NAME: "ucore-tutorial-code"
20+
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024s"
2121
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ stages:
77
test-code-job:
88
stage: test
99
script:
10-
- git clone https://token:${UCORE_CHECKER_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/ta/ucore-tutorial-checker.git ucore-tutorial-ci
11-
- git clone https://token:${UCORE_TEST_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-test.git ucore-tutorial-ci/workplace/user
10+
- git clone https://token:${UCORE_CHECKER_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/ta/ucore-tutorial-checker-2024s.git ucore-tutorial-ci
11+
- git clone https://token:${UCORE_TEST_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-test-2024s.git ucore-tutorial-ci/workplace/user
1212
- cd ucore-tutorial-ci && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'`

0 commit comments

Comments
 (0)