diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0494e88e63cf844ddc40bb8aab78ef1aa419ba4c..3293d44a1e4b3c33610cf956aaf9acf8eb00f999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,14 +51,6 @@ lintDebug: paths: - app/build/reports/ -ktlintDebug: - extends: .lintDebugDefault - script: - - ./gradlew app:ktlintCheck --info - artifacts: - paths: - - app/build/reports/ktlint/ - # Release build related jobs # Default configuration for release builds @@ -130,15 +122,6 @@ lintRelease: - app/build/reports/ - build/reports/ -ktlintRelease: - extends: .lintReleaseDefault - script: - - ./gradlew app:ktlintCheck --info - artifacts: - paths: - - app/build/reports/ktlint/ - - pushToPrebuilt: stage: publish needs: ["buildRelease"]