This commit is contained in:
Robert Kaussow 2019-02-27 16:34:56 +01:00
parent b75822f90c
commit 2396c0c457
1 changed files with 7 additions and 1 deletions

View File

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