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