Save lint report as artifact

This commit is contained in:
Kirill Kamakin
2021-11-13 16:39:57 +03:00
parent 0574123d0a
commit f124720619

View File

@@ -72,9 +72,12 @@ stages:
lintDebug:
interruptible: true
stage: lint
needs: []
needs: [ ]
script:
- ./gradlew -Pci --console=plain lintDebug -PbuildDir=lint
artifacts:
paths:
- app/lint
# Make Project
assembleDebug: