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-icingaweb2
Commits
b23eccda
Commit
b23eccda
authored
Jul 29, 2021
by
Henrik Triem
Browse files
Add support for SLES 15.3
parent
8c4e575b
Pipeline
#19467
passed with stages
in 15 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b23eccda
...
...
@@ -123,6 +123,23 @@ upload/fedora/33:
###################################
# SLES
###################################
build/sles/15.3
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
sles/15.3
test/sles/15.3
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
sles/15.3
dependencies
:
-
build/sles/15.3
upload/SUSE/15.3
:
<<
:
*upload
dependencies
:
-
build/sles/15.3
build/sles/15.2
:
<<
:
*build
variables
:
...
...
@@ -160,6 +177,23 @@ upload/SUSE/12.5:
###################################
# openSUSE
###################################
build/opensuse/15.3
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
opensuse/15.3
test/opensuse/15.3
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
opensuse/15.3
dependencies
:
-
build/opensuse/15.3
upload/openSUSE/15.3
:
<<
:
*upload
dependencies
:
-
build/opensuse/15.3
build/opensuse/15.2
:
<<
:
*build
variables
:
...
...
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