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

Commit ddd8b07d authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

refactor: use clone instead of submodule

parent 55ce6622
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -54,12 +54,10 @@ init_submodules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
      when: on_success
  script:
    - |
      git submodule add --force \
      https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
    - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
  artifacts:
    paths:
      - systemAppsUpdateInfo/
      - systemAppsUpdateInfo/scripts/

generate-apks:
  stage: gitlab_release