Skip to content

Commit 90e16f9

Browse files
committed
Update access token
1 parent af6a49f commit 90e16f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ stages:
77
test-code-job:
88
stage: test
99
script:
10-
- git clone https://token:${RCORE_CHECKER_REPO_READ_TOKEN}2024Atsinghua.edu.cn/os-lab/2024a/ta/rcore-tutorial-checker-2024a.git ci-user
11-
- git clone https://token:${RCORE_TEST_REPO_READ_TOKEN}2024Atsinghua.edu.cn/os-lab/2024a/public/rcore-tutorial-test-2024a.git ci-user/user
10+
- git clone https://token:${rCoreCheckToken}@git.tsinghua.edu.cn/os-lab/2024a/ta/rcore-tutorial-checker-2024a.git ci-user
11+
- git clone https://token:${rCoreTestToken}@git.tsinghua.edu.cn/os-lab/2024a/public/rcore-tutorial-test-2024a.git ci-user/user
1212
- cd ci-user && make test CHAPTER=`echo $CI_COMMIT_REF_NAME | grep -oP 'ch\K[0-9]'` passwd=$BASE_TEST_TOKEN OFFLINE=1

0 commit comments

Comments
 (0)