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: