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
packaging
rpm-icingabuildtest
Commits
8dcc5d8e
Commit
8dcc5d8e
authored
Feb 11, 2019
by
Markus Frosch
Browse files
ci: Add upload configuration
parent
9c0523df
Pipeline
#3392
passed with stages
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8dcc5d8e
...
...
@@ -32,6 +32,15 @@ variables:
-
find build/
-
icinga-build-test
.upload
:
&upload
stage
:
upload
tags
:
-
docker
image
:
${DOCKER_IMAGE_BASE}/upload
script
:
-
find build/
-
icinga-build-upload-aptly
build/centos/7
:
<<
:
*build
variables
:
...
...
@@ -44,6 +53,11 @@ test/centos/7:
dependencies
:
-
build/centos/7
upload/stack/dev/epel/7
:
<<
:
*upload
dependencies
:
-
build/centos/7
build/sles/12.4
:
<<
:
*build
variables
:
...
...
@@ -55,3 +69,8 @@ test/sles/12.4:
DOCKER_IMAGE
:
sles/12.4
dependencies
:
-
build/sles/12.4
upload/stack/dev/SUSE/12.4
:
<<
:
*upload
dependencies
:
-
build/sles/12.4
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