Fix lint buildDir path

This commit is contained in:
Kirill Kamakin
2021-11-13 18:43:15 +03:00
parent af946f0a31
commit b6b11a9f49

View File

@@ -19,7 +19,7 @@ lintDebug:
stage: lint
needs: [ ]
script:
- ./gradlew lintDebug
- ./gradlew lintDebug -PbuildDir=lint
artifacts:
when: always
paths: