Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Commits
64aaaed8
Commit
64aaaed8
authored
11 months ago
by
Alena Petraki
Browse files
Options
Downloads
Patches
Plain Diff
Исправлен запуск пайплайна при Needs_release: false
parent
c719caf6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#51985
failed with stages
Stage:
Stage:
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-1
8 additions, 1 deletion
.gitlab-ci.yml
with
8 additions
and
1 deletion
.gitlab-ci.yml
+
8
−
1
View file @
64aaaed8
...
@@ -78,11 +78,18 @@ release:
...
@@ -78,11 +78,18 @@ 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"
&& $NEEDS_RELEASE == "true"
-
if
:
$CI_PIPELINE_SOURCE == "pipeline"
-
if
:
$CI_PIPELINE_SOURCE == "web"
-
if
:
$CI_PIPELINE_SOURCE == "web"
when
:
manual
when
:
manual
script
:
script
:
-
echo "Start release $VERSION"
-
echo "Start release $VERSION"
-
|
if [ $NEEDS_RELEASE != "true" ]; then
exit 203
fi
allow_failure
:
exit_codes
:
-
203
release
:
release
:
name
:
'
Release
$VERSION'
name
:
'
Release
$VERSION'
description
:
'
$CI_COMMIT_TAG'
description
:
'
$CI_COMMIT_TAG'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment