summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2022-04-04 09:22:54 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2022-04-04 12:37:50 +0200
commita3b20acdd472a581b8dd37ec84b2739fe3731df9 (patch)
treeb9e06500e9f0bed77ed27592a60665fd1f6904a0 /.gitlab-ci.yml
parent82f1aaeea06d40de6da467b07206ba8abadf48a0 (diff)
downloaddbus-a3b20acdd472a581b8dd37ec84b2739fe3731df9.tar.gz
Add automatic detection of suite to CI scripts
The detection is based on the variable VERSION_CODENAME from /etc/os-release, which is supported by systemd. For further details see https://www.freedesktop.org/software/systemd/man/os-release.html. Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70f8dd58..b5be79dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,6 @@ variables:
ci_local_packages: "yes"
ci_parallel: "2"
ci_sudo: "yes"
- ci_suite: "bullseye"
###
# IMPORTANT
# These are the version tags for the docker images the CI runs against.
@@ -151,8 +150,6 @@ debian buster autotools:
extends: .debian-build
when: manual
image: "debian:buster-slim"
- variables:
- ci_suite: "buster"
.suse-build:
extends: .unix-host-build