Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deb-icinga2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
packaging
deb-icinga2
Commits
e57b7db2
Commit
e57b7db2
authored
3 years ago
by
Alexander A. Klimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix/gitlab-ci-dependencies' into 'master'
Fix GitLab CI dependencies See merge request
!20
parents
194b5763
f6baa4fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!20
Fix GitLab CI dependencies
Pipeline
#22976
passed
3 years ago
Stage: source
Stage: binary
Stage: test
Stage: upload
Changes
1
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
e57b7db2
...
@@ -84,7 +84,7 @@ test/debian/bullseye:x86_64:
...
@@ -84,7 +84,7 @@ test/debian/bullseye:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
debian/bullseye
DOCKER_IMAGE
:
debian/bullseye
dependencies
:
dependencies
:
-
debian/bullseye
-
debian/bullseye
:x86_64
debian/bullseye:x86
:
debian/bullseye:x86
:
<<
:
*binary
<<
:
*binary
...
@@ -126,7 +126,7 @@ test/debian/buster:x86_64:
...
@@ -126,7 +126,7 @@ test/debian/buster:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
debian/buster
DOCKER_IMAGE
:
debian/buster
dependencies
:
dependencies
:
-
debian/buster
-
debian/buster
:x86_64
debian/buster:x86
:
debian/buster:x86
:
<<
:
*binary
<<
:
*binary
...
@@ -168,7 +168,7 @@ test/debian/stretch:x86_64:
...
@@ -168,7 +168,7 @@ test/debian/stretch:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
debian/stretch
DOCKER_IMAGE
:
debian/stretch
dependencies
:
dependencies
:
-
debian/stretch
-
debian/stretch
:x86_64
debian/stretch:x86
:
debian/stretch:x86
:
<<
:
*binary
<<
:
*binary
...
@@ -214,7 +214,7 @@ test/ubuntu/impish:x86_64:
...
@@ -214,7 +214,7 @@ test/ubuntu/impish:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
ubuntu/impish
DOCKER_IMAGE
:
ubuntu/impish
dependencies
:
dependencies
:
-
ubuntu/impish
-
ubuntu/impish
:x86_64
upload/ubuntu/impish
:
upload/ubuntu/impish
:
<<
:
*upload
<<
:
*upload
...
@@ -240,7 +240,7 @@ test/ubuntu/hirsute:x86_64:
...
@@ -240,7 +240,7 @@ test/ubuntu/hirsute:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
ubuntu/hirsute
DOCKER_IMAGE
:
ubuntu/hirsute
dependencies
:
dependencies
:
-
ubuntu/hirsute
-
ubuntu/hirsute
:x86_64
upload/ubuntu/hirsute
:
upload/ubuntu/hirsute
:
<<
:
*upload
<<
:
*upload
...
@@ -265,7 +265,7 @@ test/ubuntu/focal:x86_64:
...
@@ -265,7 +265,7 @@ test/ubuntu/focal:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
ubuntu/focal
DOCKER_IMAGE
:
ubuntu/focal
dependencies
:
dependencies
:
-
ubuntu/focal
-
ubuntu/focal
:x86_64
upload/ubuntu/focal
:
upload/ubuntu/focal
:
<<
:
*upload
<<
:
*upload
...
@@ -291,7 +291,7 @@ test/ubuntu/bionic:x86_64:
...
@@ -291,7 +291,7 @@ test/ubuntu/bionic:x86_64:
variables
:
variables
:
DOCKER_IMAGE
:
ubuntu/bionic
DOCKER_IMAGE
:
ubuntu/bionic
dependencies
:
dependencies
:
-
ubuntu/bionic
-
ubuntu/bionic
:x86_64
ubuntu/bionic:x86
:
ubuntu/bionic:x86
:
<<
:
*binary
<<
:
*binary
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment