diff --git a/.drone.yml b/.drone.yml index 77503a3..20a51b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,9 +57,9 @@ steps: 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 + # - 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