Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent d2617e21cd
commit 78c2ccbb2c

@ -60,4 +60,4 @@ steps:
- name: sonar - name: sonar
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN:
from_secret: SONAR_TOKEN from_secret: SONAR_TOKEN
- sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$[SONAR_TOKEN] sonar-scanner -Dsonar.projectKey=BOB-PARTY -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$[SONAR_TOKEN]
Loading…
Cancel
Save