From b9f31ebbc7a25d43310aadf6a430a87234d73cbc Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Mon, 15 Nov 2021 20:11:09 +0300 Subject: [PATCH] Remove useless lint stage --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bce7354..4866e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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