Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/37/head^2
remrem 2 years ago
parent ed34f5a4a2
commit 537e95b75d

@ -36,5 +36,5 @@ steps:
SONAR_TOKEN: SONAR_TOKEN:
from_secret: SONAR_TOKEN from_secret: SONAR_TOKEN
commands: commands:
- sonar-scanner -Dsonar.projectKey=hyperset -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$${SONAR_TOKEN} - sonarscanner -Dsonar.projectKey=hyperset -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$${SONAR_TOKEN}
depends_on: [ hyperset-build ] depends_on: [ hyperset-build ]
Loading…
Cancel
Save