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

This commit is contained in:
2026-07-10 03:24:22 +00:00
parent 35802353b7
commit e6474e1648
+10
View File
@@ -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: