From 18407b636644a1cd8f0c1e7fed1f0d0ca9ea7f21 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 06:25:12 +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, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9a42f44..d8ca534 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,6 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: - - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - - eval $(ssh-agent -s) - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh