Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ test: # Below job makes eDrive updatable through app lounge init_submodules: stage: gitlab_release stage: build rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success script: - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo Loading @@ -83,9 +83,9 @@ init_submodules: generate-apks: stage: gitlab_release stage: build rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success needs: - init_submodules Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -71,9 +71,9 @@ test: # Below job makes eDrive updatable through app lounge init_submodules: stage: gitlab_release stage: build rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success script: - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo Loading @@ -83,9 +83,9 @@ init_submodules: generate-apks: stage: gitlab_release stage: build rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success needs: - init_submodules Loading