From 210de9a01584b444d4572e4d5b879aa77e1557f1 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 19 Apr 2020 00:06:26 +0300 Subject: [PATCH] test --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a3017e..041e5c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,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 -i $HOME/.ssh/id_rsa git@gitea.torrion-vault.xyz -p 2222 - ssh-keyscan -p 2222 -H gitea.local > $HOME/.ssh/known_hosts - git clone $GIT_REPOSITORY ./ - git checkout $DRONE_BRANCH