diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-02 22:57:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 22:57:51 -0500 |
| commit | 0a76100072a22cee5cf92df015bcddf4d178fc4f (patch) | |
| tree | 3fde7ee2357e721637d0b84d2dafa7e1ab7f43c8 | |
| parent | e9940c82bd10a2e82379bbe4da49262254b3df9a (diff) | |
CI: fix apt asking questions
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92209a1f..a63f4668 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ cache: paths: - lib/ +variables: + DEBIAN_FRONTEND: noninteractive + before_script: - echo Current working directory is $(pwd) |
