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 @@ -56,11 +56,11 @@ jobs:
56
56
- name : Mirror + trigger CI
57
57
uses : tkf2019/gitlab-mirror-and-ci-action@master
58
58
with :
59
- args : " https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code"
59
+ args : " https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code-2024s "
60
60
env :
61
61
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
62
62
GITLAB_PROJECT_ID : " 29091"
63
- GITLAB_PROJECT_NAME : " rcore-tutorial-code"
63
+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024s "
64
64
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
65
65
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
66
66
deploy :
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:${RCORE_CHECKER_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/ta/rcore-tutorial-checker.git ci-user
11
- - git clone https://token:${RCORE_TEST_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test.git ci-user/user
10
+ - git clone https://token:${RCORE_CHECKER_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/ta/rcore-tutorial-checker-2024s .git ci-user
11
+ - git clone https://token:${RCORE_TEST_REPO_READ_TOKEN_2024S}@git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test-2024s .git ci-user/user
12
12
- cp -r $HOME/os-vendor os/vendor
13
13
- cp -r $HOME/user-vendor ci-user/user/vendor
14
14
- cd ci-user && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'` passwd=$BASE_TEST_TOKEN OFFLINE=1
You can’t perform that action at this time.
0 commit comments