Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -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 Loading