diff --git a/.drone.yml b/.drone.yml index 670b45c..cb73654 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,15 @@ platform: os: linux arch: arm64 +clone: + disable: true + steps: +- name: clone + image: alpine/git + commands: + - git clone $DRONE_REMOTE_URL . + - name: echo hello world image: golang commands: