From 6ff37763e6b20bf6076b971b70531979c1c1524b Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 00:31:01 +0300 Subject: [PATCH] test 6 --- .drone.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9c77fc9..5c32abd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,18 @@ type: docker name: build clone: - git: - image: plugins/git - skip_verify: true + disable: true steps: + - name: clone + image: drone/git + environment: + KEY: + from_secret: DEPLOY_KEY + commands: + - echo "$KEY" > $HOME/.ssh/id_rsa + - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git + - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker settings: