Save lint report as artifact
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user