From 4dbfff7894c1b1bbaf07086391338bf17186feaf Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 27 Sep 2022 20:54:21 +0100 Subject: [PATCH] remove unnecessary command --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6bfdc57..c1f1941 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,6 @@ steps: # configure ssh identity by importing ssh key from secrets and adding it to # ssh-agent. also disable strict host key checking as this is the first time # the ephemeral runner is connecting to the remote host - - which ssh-agent - eval $(ssh-agent -s) - mkdir -p ~/.ssh - echo "$SSH_KEY" > ~/.ssh/id_rsa