Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -26,12 +26,13 @@ before_script: stages: - build - test tags: [openjdk8] lintDebug: stage: build script: - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint - tags "openjdk8" tags: [openjdk8] assembleDebug: stage: build Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -26,12 +26,13 @@ before_script: stages: - build - test tags: [openjdk8] lintDebug: stage: build script: - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint - tags "openjdk8" tags: [openjdk8] assembleDebug: stage: build Loading