Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0440ead9 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

feat: make create-release ci task to be run

parent 4ff591bc
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ cache:

lint:
  stage: build
  allow_failure: true # TODO remove before to merge
  script:
    - ./gradlew lintRelease
    - ./gradlew detekt
@@ -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