From 9ec31e4f16eeb09f7700ebb524babccf424bffd9 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 20:46:31 +0100 Subject: [PATCH] check ssh-agent --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fae9656..6051db8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,10 @@ type: docker name: hello steps: -- name: greeting +- name: install image: ubuntu commands: - - apt update && apt-get -y install ssh + - apt-get update -qq > /dev/null + - apt-get install ssh git -qq > /dev/null + # a comment hopefully + - which ssh-agent