Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MaX - TEI démo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
pdn-certic
MaX - TEI démo
Commits
ab4f1dd5
Commit
ab4f1dd5
authored
3 years ago
by
Jerome Chauveau
Browse files
Options
Downloads
Patches
Plain Diff
on verra + tard pour le CI...
parent
8b3c23ca
Branches
Branches containing commit
Tags
V1.3
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-17
0 additions, 17 deletions
.gitlab-ci.yml
with
0 additions
and
17 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
17
View file @
8b3c23ca
job
:
release
:
tag_name
:
${MAJOR}_${MINOR}_${REVISION}
description
:
'
Release
description'
release_job
:
stage
:
release
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
rules
:
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created manually
script
:
-
echo "running release_job"
release
:
name
:
'
Release
$CI_COMMIT_TAG'
description
:
'
Created
using
the
release-cli
$EXTRA_DESCRIPTION'
# $EXTRA_DESCRIPTION must be defined
tag_name
:
'
$CI_COMMIT_TAG'
# elsewhere in the pipeline.
ref
:
'
$CI_COMMIT_TAG'
\ No newline at end of file
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