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