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

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

parent 64aaaed8
No related branches found
Tags v0.21.0
No related merge requests found
Pipeline #52233 passed with stage
in 9 seconds
......@@ -78,7 +78,7 @@ release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "pipeline" && $PREPARE_RELEASE != "true"
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
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