Fixes.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
aminecmi 2022-09-14 08:49:42 +02:00
parent 5d9c887e63
commit b1d056d2a1

View File

@ -15,10 +15,14 @@ steps:
SONAR_LOGIN:
from_secret: sonarScannerLogin
- name: generateApk
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="\"URL\"" -P appLoginUsername="\"LOGIN\"" -P appLoginPassword="\"PASS\"" -P pushCache=false
trigger:
event:
- push
- pull_request
---
kind: pipeline
@ -27,6 +31,7 @@ name: Publish
steps:
- name: createTag
image: ubuntu:latest
commands:
- ./build.sh