Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent 23fe5f00fa
commit a914e96710

@ -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
Loading…
Cancel
Save