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:
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}}
Original file line number Diff line number Diff line change 77test-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]'`
You can’t perform that action at this time.
0 commit comments