From 8c2a5b0c4de1132053e0c5f1b86e5ac3a7341a8c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 13:00:31 +0200 Subject: [PATCH] -y --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1bc7d0a..b0bb05a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: rust:1.49-slim-buster commands: - apt update - - apt install git + - apt install git --yes - git submodule init - git submodule update --recursive --remote - ./build.sh