Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ build: init_submodules: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success script: - git clone -b 2461-test_release https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo Loading @@ -36,7 +36,7 @@ init_submodules: generate-apks: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success needs: - init_submodules Loading Loading @@ -65,7 +65,7 @@ create-json-files: - init_submodules - generate-apks rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: manual before_script: - apt update && apt install jq aapt -y Loading @@ -87,7 +87,7 @@ create-release: - create-json-files - generate-apks rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success before_script: - apt update && apt install jq -y Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ build: init_submodules: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success script: - git clone -b 2461-test_release https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo Loading @@ -36,7 +36,7 @@ init_submodules: generate-apks: stage: gitlab_release rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success needs: - init_submodules Loading Loading @@ -65,7 +65,7 @@ create-json-files: - init_submodules - generate-apks rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: manual before_script: - apt update && apt install jq aapt -y Loading @@ -87,7 +87,7 @@ create-release: - create-json-files - generate-apks rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_REF_PROTECTED == "true"' when: on_success before_script: - apt update && apt install jq -y Loading