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 2f96702 commit f17316bCopy full SHA for f17316b
.github/workflows/integration.yml
@@ -47,10 +47,10 @@ jobs:
47
- name: Start judging
48
run: sudo -u domjudge sh -c 'cd /opt/domjudge/judgehost/ && nohup bin/judgedaemon -n 0 &'
49
- name: DEBUG
50
- run: ls -al /opt/domjudge/judgehost/output/log/
+ run: ls -al /opt/domjudge/judgehost/log/
51
- name: Monitor judgehost log and stop once all submissions are judged
52
run: |
53
- tail -f /opt/domjudge/judgehost/output/log/judge*-0.log | while read line; do
+ tail -f /opt/domjudge/judgehost/log/judge*-0.log | while read line; do
54
echo "$line"
55
if [[ "$line" == *"No submissions in queue"* ]]; then
56
break
0 commit comments