Drone: Set DEBIAN_FRONTEND to noninteractive.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2019-12-26 03:41:44 +01:00
parent 608c21eccd
commit cb69331bfc
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ steps:
# environment:
# CXX: g++-8
# CXXFLAGS: -pipe -O2
# DEBIAN_FRONTEND: noninteractive
# LANG: C.utf8
# commands:
# - rm /etc/apt/apt.conf.d/docker-clean
@ -57,6 +58,7 @@ steps:
environment:
CXX: g++-7
CXXFLAGS: -pipe -O2
DEBIAN_FRONTEND: noninteractive
LANG: C.utf8
commands:
- rm /etc/apt/apt.conf.d/docker-clean