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

Commit 85eef0d1 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

init-submodules

parent b67c3a1d
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ stages:
  - debug
  - release
  - publish
  - gitlab_release

before_script:
  - export GRADLE_USER_HOME=$(pwd)/.gradle
@@ -196,3 +197,17 @@ publish-contracts:
    - ./gradlew :parental-control-data:build
    - ./gradlew :parental-control-data:publish
  allow_failure: true

init-submodules:
  stage: gitlab_release
  needs: []
  rules:
    - 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
  artifacts:
    paths:
      - systemAppsUpdateInfo/
 No newline at end of file