From f64ea8f0855112b79029d22484cd0d2c457991b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 10:45:03 +0100 Subject: [PATCH] ci: Always use noninteractive debconf backend This avoids plenty of warnings when installing dependencies Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 633b4be9..28c01fbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: debian:bookworm +variables: + DEBIAN_FRONTEND: noninteractive + default: # Protect CI infra from rogue jobs timeout: 15 minutes