|
|
@ -57,9 +57,8 @@ steps:
|
|
|
|
COMMAND: create
|
|
|
|
COMMAND: create
|
|
|
|
OVERWRITE: true
|
|
|
|
OVERWRITE: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-name: sonar
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8937a8c406e06dbd27c9bf869d444b251f5451a6
|
|
|
|
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN:
|
|
|
|
sonar-scanner \
|
|
|
|
from_secret: SONAR_TOKEN
|
|
|
|
-Dsonar.projectKey=BOB-PARTY \
|
|
|
|
commands:
|
|
|
|
-Dsonar.sources=. \
|
|
|
|
- sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
|
|
|
|
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
|
|
|
|
|