Skip to content

Commit 785555a

Browse files
committed
fix
1 parent 8ca1942 commit 785555a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ jobs:
5252
run: |
5353
tail -f /opt/domjudge/judgehost/log/judge*-0.log | while read line; do
5454
echo "$line"
55-
if [ "$line" = *"No submissions in queue"* ]; then
56-
break
57-
fi
55+
grep "No submissions in queue" /opt/domjudge/judgehost/log/judge*-0.log && break
5856
done

0 commit comments

Comments
 (0)