From 2fa6895b3d04ea9f126c4912056525919ae856ca Mon Sep 17 00:00:00 2001 From: komarov Date: Sat, 18 Apr 2020 12:33:26 +0300 Subject: [PATCH] test --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 73e557d..26cc8c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,6 @@ steps: - eval $(ssh-agent) - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub - ssh-add $HOME/.ssh/id_rsa - - ssh-keyscan -p $GIT_SSH_PORT -H $GIT_IP >> $HOME/.ssh/known_hosts - git clone $GIT_REPOSITORY ./ - git checkout $DRONE_COMMIT