|
|
@ -58,12 +58,8 @@ steps:
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# sonar setup
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8276da170682406ce11243607e0c60bf17391b11
|
|
|
|
- name: sonar
|
|
|
|
sonar-scanner \
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8276da170682406ce11243607e0c60bf17391b11
|
|
|
|
-Dsonar.projectKey=BOB-PARTY \
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-sonar:latest
|
|
|
|
-Dsonar.sources=. \
|
|
|
|
commands:
|
|
|
|
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
|
|
|
|
- sonar-scanner \
|
|
|
|
|
|
|
|
-Dsonar.projectKey=BOB-PARTY \
|
|
|
|
|
|
|
|
-Dsonar.sources=. \
|
|
|
|
|
|
|
|
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
|
|
|
|
|