From 9a8fe5b612c5cfff5c9120972acd41f0bdec8264 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..84db6d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: - name: greeting image: ubuntu commands: - - ssh-agent + - apt update && apt install openssh