Skip to content

Commit 1f4c9ec

Browse files
committed
fix ci issues
1 parent 8da34b6 commit 1f4c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto_interrupt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "执行命令: ${COMMAND[*]}"
2222
kill -9 "$pid" 2>/dev/null || true
2323
done
2424

25-
pkill -9 -f "${COMMAND[0]}" 2>/dev/null
25+
# pkill -9 -f "${COMMAND[0]}" 2>/dev/null
2626

2727
break
2828
fi

0 commit comments

Comments
 (0)