Loading .gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ stages: - debug - release - publish - gitlab_release before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle Loading Loading @@ -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 Loading
.gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ stages: - debug - release - publish - gitlab_release before_script: - export GRADLE_USER_HOME=$(pwd)/.gradle Loading Loading @@ -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