Update .drone.yml
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-07-10 03:27:32 +00:00
parent e6474e1648
commit e83d1d4fff
+2
View File
@@ -27,6 +27,8 @@ steps:
- name: debug-inotify
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
commands:
- ulimit -n
- cat /proc/self/limits | grep "Max open files"
- apt-get update && apt-get install -y strace
- strace -e trace=inotify_add_watch -f -o /tmp/inotify.log
mvn clean install -DskipTests -B --no-transfer-progress