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

@@ -75,6 +75,9 @@ lintDebug:
needs: [ ]
script:
- ./gradlew -Pci --console=plain lintDebug -PbuildDir=lint
artifacts:
paths:
- app/lint
# Make Project
assembleDebug: