diff --git a/.drone.yml b/.drone.yml index eba9406..3ed8bf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,16 @@ trigger: - master steps: + - name: debug-inotify + image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22 + commands: + - 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 + -Dmaven.watcher.disabled=true || true + - grep "inotify_add_watch" /tmp/inotify.log | wc -l + - head -50 /tmp/inotify.log + - name: compile image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22 environment: