Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ cache: lint: stage: build allow_failure: true # TODO remove before to merge script: - ./gradlew lintRelease - ./gradlew detekt Loading Loading @@ -70,7 +71,7 @@ test: generate-apks: stage: release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG' # && $CI_COMMIT_REF_PROTECTED == "true"' # TODO <= uncomment once validated when: on_success needs: - build Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ cache: lint: stage: build allow_failure: true # TODO remove before to merge script: - ./gradlew lintRelease - ./gradlew detekt Loading Loading @@ -70,7 +71,7 @@ test: generate-apks: stage: release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG' # && $CI_COMMIT_REF_PROTECTED == "true"' # TODO <= uncomment once validated when: on_success needs: - build Loading