We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2006bec commit 8ea7477Copy full SHA for 8ea7477
.gitlab-ci.yml
@@ -7,6 +7,6 @@ stages:
7
test-code-job:
8
stage: test
9
script:
10
- - git clone https://github.com/LearningOS/uCore-Tutorial-Checker-2024S.git ucore-tutorial-ci
11
- - git clone https://github.com/LearningOS/uCore-Tutorial-Test-2024S.git ucore-tutorial-ci/workplace/user
+ - 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
+ - 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
12
- cd ucore-tutorial-ci && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'`
0 commit comments