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) --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shippable.yml') diff --git a/shippable.yml b/shippable.yml index 5aafda9cf..3978ddcb5 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,6 @@ language: none +env: + - DEBIAN_FRONTEND=noninteractive build: pre_ci_boot: -- cgit v1.2.3