From 5cfffec0048ae8de38d4f4f6cb3844dd6b3d0d0c Mon Sep 17 00:00:00 2001 From: komarov Date: Sat, 18 Apr 2020 19:35:31 +0300 Subject: [PATCH] test --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 43057b6..26a6fcb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,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 - - (ping -q -c 1 -t 1 gitea.local | grep PING | sed -e "s/).*//" | sed -e "s/.*(//") >> $HOME/.ssh/known_hosts - - ssh-keyscan -t rsa -p 2222 -H gitea.local >> $HOME/.ssh/known_hosts - git clone ssh://gitea.local:2222/Torrion/arbitry.git ./ - git checkout $DRONE_COMMIT