From 2396c0c45749428ef4f19069fe5512ab56a0593f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 16:34:56 +0100 Subject: [PATCH] test_x --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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