Skip to content

Commit f17316b

Browse files
committed
fix
1 parent 2f96702 commit f17316b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
- name: Start judging
4848
run: sudo -u domjudge sh -c 'cd /opt/domjudge/judgehost/ && nohup bin/judgedaemon -n 0 &'
4949
- name: DEBUG
50-
run: ls -al /opt/domjudge/judgehost/output/log/
50+
run: ls -al /opt/domjudge/judgehost/log/
5151
- name: Monitor judgehost log and stop once all submissions are judged
5252
run: |
53-
tail -f /opt/domjudge/judgehost/output/log/judge*-0.log | while read line; do
53+
tail -f /opt/domjudge/judgehost/log/judge*-0.log | while read line; do
5454
echo "$line"
5555
if [[ "$line" == *"No submissions in queue"* ]]; then
5656
break

0 commit comments

Comments
 (0)