test_x
This commit is contained in:
parent
b75822f90c
commit
2396c0c457
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user