diff --git a/.drone.yml b/.drone.yml index 83ec3f7..fab34dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,15 @@ name: default clone: - path: /drone/src/xxxxx + disable: true steps: +- name: clone + image: docker:git + commands: + - git clone $DRONE_GIT_HTTP_URL + - git checkout $DRONE_COMMIT + # - name: ansible-latest # image: python:2.7 # pull: always