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
Icinga 2 Security Releases 2.13.1 2.12.6 2.11.11
raspbian-icinga2
Commits
2842d997
Commit
2842d997
authored
Jul 25, 2019
by
Markus Frosch
Browse files
ci: Disable stretch because of massive GCC problems
parent
ff8f77a4
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2842d997
...
...
@@ -50,14 +50,11 @@ build/raspbian/buster:
<<
:
*build
variables
:
DOCKER_IMAGE
:
raspbian/buster
ICINGA_BUILD_DIST
:
buster
ICINGA_BUILD_DEB_FLAVOR
:
stretch
test/raspbian/buster
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
raspbian/buster
ICINGA_BUILD_DIST
:
buster
dependencies
:
-
build/raspbian/buster
...
...
@@ -66,19 +63,19 @@ upload/raspbian/buster:
dependencies
:
-
build/raspbian/buster
build/raspbian/stretch
:
<<
:
*build
variables
:
DOCKER_IMAGE
:
raspbian/stretch
test/raspbian/stretch
:
<<
:
*test
variables
:
DOCKER_IMAGE
:
raspbian/stretch
dependencies
:
-
build/raspbian/stretch
upload/raspbian/stretch
:
<<
:
*upload
dependencies
:
-
build/raspbian/stretch
#
build/raspbian/stretch:
#
<<: *build
#
variables:
#
DOCKER_IMAGE: raspbian/stretch
#
#
test/raspbian/stretch:
#
<<: *test
#
variables:
#
DOCKER_IMAGE: raspbian/stretch
#
dependencies:
#
- build/raspbian/stretch
#
#
upload/raspbian/stretch:
#
<<: *upload
#
dependencies:
#
- build/raspbian/stretch
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