Skip to content

Commit 8ca1942

Browse files
committed
fix
1 parent f17316b commit 8ca1942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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
55+
if [ "$line" = *"No submissions in queue"* ]; then
5656
break
5757
fi
5858
done

0 commit comments

Comments
 (0)