update pull requests pipe
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-25 18:26:00 +01:00
parent f7c1b096bc
commit a50e8c050b

View File

@@ -36,6 +36,9 @@ steps:
# run code analysis
- name: code-analysis
when:
event:
- push
image: maven:3-eclipse-temurin-21
commands:
- mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V