Remove useless lint stage
This commit is contained in:
@@ -10,21 +10,9 @@ cache:
|
||||
- .gradle
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
- test
|
||||
|
||||
lintDebug:
|
||||
interruptible: true
|
||||
stage: lint
|
||||
needs: [ ]
|
||||
script:
|
||||
- ./gradlew lintDebug -PbuildDir=lint
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- app/lint
|
||||
|
||||
assembleDebug:
|
||||
interruptible: true
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user