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

Commit 27190a6d authored by Jonathan Klee's avatar Jonathan Klee
Browse files

ci: add generate-apks manual job on MRs

parent 91afad0c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ build:
init_submodules:
  stage: gitlab_release
  rules:
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
    - if: '$CI_COMMIT_REF_PROTECTED == "true"'
  script:
    - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
@@ -89,6 +90,8 @@ init_submodules:
generate-apks:
  stage: gitlab_release
  rules:
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
      when: manual
    - if: '$CI_COMMIT_REF_PROTECTED == "true"'
  needs:
    - job: init_submodules