diff options
| author | Michael Grote | 2023-06-26 23:52:00 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-26 23:52:00 +0200 |
| commit | 7428e1a21fca202274deefb54959e44a4ef82b00 (patch) | |
| tree | 147905796627df0e5b4ed57052093bd22cb606f8 /.drone.yml | |
| parent | f4919dca39cbe76f3687a9318501d761897b96a1 (diff) | |
ci: set DEBIAN_FRONTEND: noninteractive for tests
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ steps: UPLOAD_DIRECTORY: /uploads AUTH_TOKEN: myuploadtoken ENABLE_WEBSERVER: false + DEBIAN_FRONTEND: noninteractive commands: - | apt update |