From b79c10c122cc99931dcf7a54abaaabefc2cce5c5 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 10 Dec 2020 01:26:45 +0100 Subject: [PATCH] apt-get -y --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 876079458..d8442350e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: RUST_BACKTRACE: 1 RUST_TEST_THREADS: 1 commands: - - apt update - - apt install espeak postgresql-client + - apt-get -y update + - apt-get -y install --no-install-recommends espeak postgresql-client - cargo check --all - cargo clippy - cargo test --workspace --no-fail-fast