Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent 3cece09956
commit eb5e4b2def

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