Loading .gitlab-ci.yml +5 −12 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ cache: paths: - .gradle/ lint: stage: build script: Loading Loading @@ -67,26 +66,20 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml # Below job makes eDrive updatable through app lounge init_submodules: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: always script: - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo artifacts: paths: - systemAppsUpdateInfo/scripts/ generate-apks: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: always needs: - init_submodules - build Loading Loading
.gitlab-ci.yml +5 −12 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ cache: paths: - .gradle/ lint: stage: build script: Loading Loading @@ -67,26 +66,20 @@ test: reports: junit: app/build/test-results/*/TEST-*.xml # Below job makes eDrive updatable through app lounge init_submodules: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: always script: - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo artifacts: paths: - systemAppsUpdateInfo/scripts/ generate-apks: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: always needs: - init_submodules - build Loading