From 306df95ad2d23a73c46731a8dfabfeaddf5c5bca Mon Sep 17 00:00:00 2001 From: Raman deep Date: Wed, 17 Feb 2021 16:14:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d53607b..ca11872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,15 +59,7 @@ before_script: # Basic android and gradle stuff # Check linting -lintDebug: - interruptible: true - stage: build - script: - - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint - -# Make Project -assembleDebug: - interruptible: true +build_debug: stage: build script: - ./gradlew assembleDebug @@ -76,7 +68,6 @@ assembleDebug: - app/build/outputs/ - .test_lab_template: &test_lab_template_def stage: test before_script: