Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -137,7 +137,7 @@ create-release: - generate-apks - generate-apks rules: rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: manual before_script: before_script: - apt update && apt install jq -y - apt update && apt install jq -y script: script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -137,7 +137,7 @@ create-release: - generate-apks - generate-apks rules: rules: - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' when: on_success when: manual before_script: before_script: - apt update && apt install jq -y - apt update && apt install jq -y script: script: Loading