Skip to content
Snippets Groups Projects
Commit 4aa51a54 authored by Alena Petraki's avatar Alena Petraki :nail_care_tone1:
Browse files

Исправлен запуск релиза при PREPARE_RELEASE: false

parent 2473258c
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ release: ...@@ -108,7 +108,7 @@ release:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: rules:
- if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "pipeline" && $PREPARE_RELEASE != "true"
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
when: manual when: manual
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment