chore(Java Maven Pipelines) Remove sonar since Project Key is not propagating from parrent
This commit is contained in:
parent
5a0bd3d37c
commit
f35ef58a39
@ -31,10 +31,10 @@ Repo-CVE-Scan:
|
||||
allow_failure: true
|
||||
extends: .repo-cve-scan-trivy
|
||||
|
||||
Sonar:
|
||||
extends: .sonar-maven
|
||||
needs:
|
||||
- job: "Build-Java"
|
||||
artifacts: true
|
||||
variables:
|
||||
SONAR_PROJECT_NAME: $CI_PROJECT_NAME
|
||||
#Sonar:
|
||||
# extends: .sonar-maven
|
||||
# needs:
|
||||
# - job: "Build-Java"
|
||||
# artifacts: true
|
||||
# variables:
|
||||
# SONAR_PROJECT_NAME: $CI_PROJECT_NAME
|
||||
|
||||
Loading…
Reference in New Issue
Block a user