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

Commit 3b5b995f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

chore: hack ci

parent fdea6e17
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -71,9 +71,9 @@ test:
#  Below job makes eDrive updatable through app lounge 

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
@@ -83,9 +83,9 @@ init_submodules:


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