ci: remove Drone CI configuration
All checks were successful
CI / build (true, 21) (push) Successful in 49s
CI / build (17) (push) Successful in 48s
CI / build (11) (push) Successful in 49s

All build systems now GitHub Actions workflows, so we can remove the
alternative configuration and only keep a single pipeline definition.
This commit is contained in:
2024-11-30 18:33:03 +01:00
parent 3c6ebecbda
commit 4e228f4e68
2 changed files with 1 additions and 32 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Test
run: ./mvnw -B -P coverage clean verify
- name: Analysis
if: matrix.analysis
if: matrix.analysis && env.SONAR_TOKEN != ''
run: >
./mvnw -B sonar:sonar
-Dsonar.host.url=https://sonarcloud.io