From 57a2e0f63464c3ce5457c7210c45b2e6736febe4 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 20:46:31 +0100 Subject: [PATCH] silence uninteresting output --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fae9656..153a3ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,8 @@ type: docker name: hello steps: -- name: greeting +- name: install image: ubuntu commands: - - apt update && apt-get -y install ssh + - apt-get update + - apt-get install ssh -qq