From 9b1928d9cc77d5728c6e6d8289247be6b050b7ce Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 16:35:54 +0100 Subject: [PATCH] test_x --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index fab34dc..e18d40a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,11 @@ clone: disable: true steps: -- name: clone - image: docker:git - commands: - - git clone $DRONE_GIT_HTTP_URL - - git checkout $DRONE_COMMIT + - name: clone + image: docker:git + commands: + - git clone $DRONE_GIT_HTTP_URL + - git checkout $DRONE_COMMIT # - name: ansible-latest # image: python:2.7