Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
316d67fe
Commit
316d67fe
authored
Apr 16, 2021
by
juga
Browse files
fix: CI: Create release on tag
parent
9e165ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
316d67fe
...
...
@@ -131,3 +131,20 @@ python310:
-
tox -e py310
-
tox -e integration
allow_failure
:
true
release_job
:
before_script
:
-
echo "Nothing"
after_script
:
-
echo "Nothing"
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
only
:
[
tags
]
script
:
-
echo "Running release job."
release
:
name
:
"
Release
$CI_COMMIT_TAG"
description
:
"
Created
using
release-cli"
tag_name
:
"
$CI_COMMIT_TAG"
ref
:
"
$CI_COMMIT_TAG"
milestones
:
-
"
sbws:
1.1.x-final"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment