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