From cd11e6d1d71d7198fcc671c534dd61265e48e777 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Thu, 30 Dec 2021 20:56:53 +0100 Subject: [PATCH] drone: Fix automation --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 90abf34..551bef0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: image: debian:bullseye commands: - apt update - - apt upgrade - - apt install build-essentials equivs devscripts + - apt -y upgrade + - apt -y install build-essentials equivs devscripts - mk-build-deps -i -r debian/control - dbian-buildpackage -b -uc - find .