Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent 3cece09956
commit eb5e4b2def

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