File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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/2024s/public/ucore-tutorial-code"
16
+ args : " https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code-2024s "
17
17
env :
18
18
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
19
19
GITLAB_PROJECT_ID : " 29092"
20
- GITLAB_PROJECT_NAME : " ucore-tutorial-code"
20
+ GITLAB_PROJECT_NAME : " ucore-tutorial-code-2024s "
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:${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
12
12
- cd ucore-tutorial-ci && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'`
You can’t perform that action at this time.
0 commit comments