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

pull/7/head
Inex Code 2021-12-17 15:00:09 +03:00
parent e2b1e072e1
commit 6cc9b91683
1 changed files with 1 additions and 4 deletions

View File

@ -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