From 052a62db175fa2346d6c1fe9cd781b245af5793e 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..824a5fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: - name: greeting image: ubuntu commands: - - ssh-agent + - apt update && apt install ssh