Skip to content

Commit b887be8

Browse files
committed
[CI] Update docker image
1 parent cbdb7c4 commit b887be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
git clone https://github.com/LearningOS/rCore-Tutorial-Checker.git ci-user
4141
git clone https://github.com/LearningOS/rCore-Tutorial-Test.git ci-user/user
4242
ID=`git rev-parse --abbrev-ref HEAD | grep -oP 'ch\K[0-9]'`
43-
# cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }}
4443
cd ci-user && make test CHAPTER=$ID passwd=${{ secrets.BASE_TEST_TOKEN }} > ../output.txt
4544
cat ../output.txt
4645
- name: end

0 commit comments

Comments
 (0)