From e785b3ada6c0eef921c1a7cbc1f78763a27e30f4 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 01:24:07 +0300 Subject: [PATCH] test 26 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d22829..25ce227 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ steps: commands: - 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 - - git clone git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git + - ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts + - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker