test_x
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-02-27 16:35:54 +01:00
parent 2396c0c457
commit 9b1928d9cc
1 changed files with 5 additions and 5 deletions

View File

@ -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