diff --git a/.drone.yml b/.drone.yml index 3ed8bf3..37bf22a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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