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 e10e929 commit c2d0f43Copy full SHA for c2d0f43
.gitlab-ci.yml
@@ -7,6 +7,6 @@ stages:
7
test-code-job:
8
stage: test
9
script:
10
- - git clone https://token:${UCORE_CHECKER_REPO_READ_TOKEN_2023A}@git.tsinghua.edu.cn/os-lab/2023a/ta/ucore-tutorial-checker-2023a.git ucore-tutorial-ci
11
- - git clone https://token:${UCORE_TEST_REPO_READ_TOKEN_2023A}@git.tsinghua.edu.cn/os-lab/2023a/public/ucore-tutorial-test-2023a.git ucore-tutorial-ci/workplace/user
+ - git clone https://github.com/LearningOS/uCore-Tutorial-Checker-2023A.git ucore-tutorial-ci
+ - git clone https://github.com/LearningOS/uCore-Tutorial-Test-2023A.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