ci: remove Drone CI configuration
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user