Update '.drone.yml'

testDocker
Lilian BRETON 2 years ago
parent 553f46891b
commit d359644fb1

@ -55,4 +55,14 @@ steps:
IMAGENAME: hub.codefirst.iut.uca.fr/lilian.breton/bobparty:latest
CONTAINERNAME: bob_party_container
COMMAND: create
OVERWRITE: true
OVERWRITE: true
# sonar setup
- name: sonar-setup
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: sqp_8276da170682406ce11243607e0c60bf17391b11
commands:
sonar-scanner \
-Dsonar.projectKey=BOB-PARTY \
-Dsonar.sources=. \
-Dsonar.host.url=https://codefirst.iut.uca.fr/sonar
Loading…
Cancel
Save