From 43782f8bba846e664058130157e426ef54b638ea Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Jun 2018 12:30:12 +0200 Subject: CI: Export DEBIAN_FRONTEND=noninteractive in all CI environments This ensures that we don't hang waiting for debconf. (cherry picked from commit 551ded4b63f6f47f022c5ca841031fc2566a58ff) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc7ff5cae..18b44e9ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ image: ubuntu:bionic +variables: + DEBIAN_FRONTEND: noninteractive test as root: stage: test -- cgit v1.2.3