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: