[metacity] ci: add DEBIAN_FRONTEND environment variable



commit 46b887b82933b4db43f337a409db6021d5d64dd7
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 24 15:54:13 2020 +0200

    ci: add DEBIAN_FRONTEND environment variable

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee3880a..5753fd3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,9 @@ stages:
   - build
   - analysis
 
+variables:
+  DEBIAN_FRONTEND: noninteractive
+
 build-ubuntu:
   image: ubuntu:devel
   stage: build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]