From beee2d550cfe42615477c92a74425c2f992f1f5e Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 00:38:35 +0300 Subject: [PATCH] test 9 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 272a5bb..f2b1c50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: from_secret: DEPLOY_KEY_PUBLIC commands: - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub - - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git + - git clone ssh://gitea.torrion-vault.xyz:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker