From 1c86c1cff9c110d874a99bee28362ea86ca4e720 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 22:03:23 +0300 Subject: [PATCH] test 36 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6c1d499..90c3b52 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 http://gitea:3000/Torrion/arbitry.git + - git clone http://gitea.local:3000/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker