Loading .gitlab-ci.yml +1 −8 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ lintRelease: - if: $CI_MERGE_REQUEST_ID when: always script: - ./gradlew ktlintCheck - ./gradlew lintRelease - ./gradlew detekt artifacts: Loading @@ -145,14 +146,6 @@ lintRelease: - app/build/reports/ - build/reports/ styleCheck: stage: release rules: - if: $CI_MERGE_REQUEST_ID when: always script: - ./gradlew ktlintCheck publish-authdatalib: stage: publish needs: ["buildRelease"] Loading Loading
.gitlab-ci.yml +1 −8 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ lintRelease: - if: $CI_MERGE_REQUEST_ID when: always script: - ./gradlew ktlintCheck - ./gradlew lintRelease - ./gradlew detekt artifacts: Loading @@ -145,14 +146,6 @@ lintRelease: - app/build/reports/ - build/reports/ styleCheck: stage: release rules: - if: $CI_MERGE_REQUEST_ID when: always script: - ./gradlew ktlintCheck publish-authdatalib: stage: publish needs: ["buildRelease"] Loading