Skip to content

Commit bebe289

Browse files
committed
[CI] Update docker image
1 parent 047a89d commit bebe289

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
outputs:
3030
points: ${{ steps.end.outputs.points}}
3131
container:
32-
image: duskmoon/dev-env:rcore-ci
32+
image: alicesama/rcore-ci:2024a
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Run tests
@@ -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)