From e92c84bd01547196cde690f0b82ee09eba3117a7 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 01:26:53 +0300 Subject: [PATCH] test 28 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e86109d..0d19509 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,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 -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts - - git clone ssh://gitea.torrion-vault.xyz:2222/Torrion/arbitry.git + - git clone ssh://localhost:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker