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

Commit ccd7205b authored by Jonathan Klee's avatar Jonathan Klee
Browse files

hack ci

parent 9143f1ff
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -49,9 +49,9 @@ build:
      - app/build/outputs/apk/ose/

init_submodules:
  stage: gitlab_release
  stage: build
  rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    - if: '$CI_COMMIT_REF_PROTECTED == "true"'
      when: on_success
  script:
    - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
@@ -60,9 +60,9 @@ init_submodules:
      - systemAppsUpdateInfo/scripts/

generate-apks:
  stage: gitlab_release
  stage: build
  rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    - if: '$CI_COMMIT_REF_PROTECTED == "true"'
      when: on_success
  needs:
    - init_submodules