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