Detached scan.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
aminecmi 2022-08-17 10:59:05 +02:00
parent 63e8649512
commit e06e6d580d

View File

@ -3,14 +3,10 @@ type: docker
name: android
steps:
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"
- name: code-analysis
image: mingc/android-build-box:latest
failure: ignore
detach: true
commands:
- ls -la
- ./gradlew sonarqube -Dsonar.projectKey=RFS2 -Dsonar.sources=. -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN -PignoreGitVersion=true
@ -19,3 +15,8 @@ steps:
from_secret: sonarScannerHostUrl
SONAR_LOGIN:
from_secret: sonarScannerLogin
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"