From f2bf6e326bb0a5c3363b1fe3891a841dec644948 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sun, 10 Mar 2024 01:13:13 -0700 Subject: assumeyes --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1aeada6..6f1d120 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ steps: - name: build image: fedora:39 commands: - - yum install git nodejs npm go + - yum install --assumeyes git nodejs npm go - sh compile.sh - - yum install rsync openssh + - yum install --assumeyes rsync openssh - sh deploy.sh environment: RSYNC_DESTINATION: -- cgit v1.2.3-70-g09d2