diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 12:30:12 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 12:30:58 +0200 |
commit | 551ded4b63f6f47f022c5ca841031fc2566a58ff (patch) | |
tree | f898f63d7520275b41aad313c30482c5cc43eb01 /.gitlab-ci.yml | |
parent | 79f012bd09ae99d4c9d63dc0ac960376b5338b32 (diff) |
CI: Export DEBIAN_FRONTEND=noninteractive in all CI environments
This ensures that we don't hang waiting for debconf.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ebff095c..8d2c6b085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ image: debian:testing +variables: + DEBIAN_FRONTEND: noninteractive test as root: stage: test |