From 1be26edfbe16f98c1977fbefdbc70719869e61b1 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fae9656..ca89121 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: hello steps: -- name: greeting +- name: install image: ubuntu commands: - - apt update && apt-get -y install ssh + - apt update && apt-get -yq install ssh