From bc785ee350ca692f7fa587a66d1593fc342d0051 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 20:39:31 +0100 Subject: [PATCH] install ssh-agent --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6796c55..e194bc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: - name: greeting image: ubuntu commands: - - ssh-agent + - apt install ssh-agent