Fixing issues with build.

This commit is contained in:
aminecmi 2022-08-17 10:50:04 +02:00
parent 6260c3fc06
commit 63e8649512

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew :androidApp:build -PignoreGitVersion=true
- ./gradlew :androidApp:build -PignoreGitVersion=true -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"
- name: code-analysis
image: mingc/android-build-box:latest