From a3b20acdd472a581b8dd37ec84b2739fe3731df9 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 4 Apr 2022 09:22:54 +0200 Subject: 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 --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1