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
Spot
Spot
Commits
8d233692
Commit
8d233692
authored
Jul 02, 2018
by
Alexandre Duret-Lutz
Browse files
gitlab-ci: publish the RPM packages
* .gitlab-ci.yml (publish-rpm): New job.
parent
3a031447
Pipeline
#2724
failed with stages
in 134 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8d233692
...
...
@@ -222,6 +222,19 @@ rpm-pkg:
paths
:
-
./*.rpm
publish-rpm
:
stage
:
publish
only
:
-
/-rpm$/
-
next
-
stable
tags
:
-
dput
dependencies
:
-
rpm-pkg
script
:
-
case $CI_COMMIT_REF_NAME in stable) rput fedora stable *.rpm;; next) rput fedora unstable *.rpm;; e
publish-stable
:
only
:
-
stable
...
...
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