From 499163cb0b588d8c5cadee24c6558c9db452830d Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Tue, 15 Jun 2021 00:03:46 +0300 Subject: [PATCH] custom clone logic --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index a6d9694..677dec1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,16 @@ platform: os: linux arch: arm +clone: + disable: true + steps: +- name: clone + image: alpine/git + commands: + - git clone https://127.0.0.1:3000/frx/altherego.git/ . + - git checkout $DRONE_COMMIT + - name: validate image: rust:1.49 commands: