From 0337ab047806700eea239006adc0f217f7984153 Mon Sep 17 00:00:00 2001 From: komarov Date: Sat, 4 Apr 2020 23:02:39 +0300 Subject: [PATCH] test 2 --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6ee41ac..e3b3ad3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,16 @@ kind: pipeline type: docker name: build +clone: + disable: true + steps: + - name: clone + image: alpine/git + commands: + - git clone https://gitea.torrion-vault.xyz/Torrion/arbitry.git . + - git checkout $DRONE_COMMIT + - name: build_php_base image: plugins/docker settings: