Remove useless lint stage

This commit is contained in:
Kirill Kamakin
2021-11-15 20:11:09 +03:00
parent 27b9485118
commit b9f31ebbc7

View File

@@ -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