From 6f5bfb2277eb6458daeb193357a2d0f428959b7a Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 19 Apr 2020 00:00:57 +0300 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e75b889..041e5c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ 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_PORT -H $GIT_HOST > $HOME/.ssh/known_hosts + - ssh-keyscan -p 2222 -H gitea.local > $HOME/.ssh/known_hosts - git clone $GIT_REPOSITORY ./ - git checkout $DRONE_BRANCH