Test if the issue is with getting secret
continuous-integration/drone/push Build is failing Details

pull/7/head
Inex Code 2 years ago
parent e2b1e072e1
commit 6cc9b91683

@ -19,7 +19,4 @@ steps:
- black --check .
- name: sonarqube
commands:
- sonar-scanner -Dsonar.projectKey=selfprivacy-api -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.inex.dev -Dsonar.login=$SONAR_TOKEN -Dsonar.branch.name=$DRONE_BRANCH
environment:
SONAR_TOKEN:
from_secret: inex-sonarqube
- sonar-scanner -Dsonar.projectKey=selfprivacy-api -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.inex.dev -Dsonar.branch.name=$DRONE_BRANCH

Loading…
Cancel
Save