From 7fba16388a1da56e08caaea0399b93e8e812600d Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Tue, 30 Aug 2022 21:33:30 +0300 Subject: [PATCH] test ssh access --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9ff91b6b..f6e0bbd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: test commands: - eval `ssh-agent -s` - - ssh-add - <<< "${SSH_PRIVATE_KEY}" + - echo "${SSH_PRIVATE_KEY}" | ssh-add - - ssh isolated echo hello node: