[gnome-applets/gnome-3-36] ci: add DEBIAN_FRONTEND environment variable



commit 17ddb082d3679ae139d54e262e42e381369b2c9d
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 aac71cc64..aedbc39a2 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]