From 551ded4b63f6f47f022c5ca841031fc2566a58ff 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. --- 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