From b2a32d99bd1e6ac922e20b17953a1c238905769b Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 06:23:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20ss?= =?UTF-8?q?h=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bfac841..99fdadf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: - - apt-get install gnupg + - apt-get install gnupg -y - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - eval $(ssh-agent -s) - echo "$SSH_KEY" | ssh-add -