From 1d55354dd480d0b5cce12278c00fcfac27f7b9f8 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 6 Dec 2022 13:35:51 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b55c49..1943560 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,11 +43,4 @@ steps: IMAGENAME: hub.codefirst.iut.uca.fr/lilian.breton/bobparty:latest CONTAINERNAME: bob_party_container COMMAND: create - OVERWRITE: true - - # - name: make-sonar-test - # CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: - # from_secret: SONAR_TOKEN - # image: sonarqube:9.7.1-community - # commands: - # - sonar-scanner.bat -D"sonar.projectKey=BOB-PARTY" -D"sonar.sources=." -D"sonar.host.url=https://codefirst.iut.uca.fr/sonar" -D"sonar.login=$[SONAR_TOKEN]" \ No newline at end of file + OVERWRITE: true \ No newline at end of file