test_x
This commit is contained in:
parent
b75822f90c
commit
2396c0c457
@ -4,9 +4,15 @@ name: default
|
|||||||
|
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
path: /drone/src/xxxxx
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: docker:git
|
||||||
|
commands:
|
||||||
|
- git clone $DRONE_GIT_HTTP_URL
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
# - name: ansible-latest
|
# - name: ansible-latest
|
||||||
# image: python:2.7
|
# image: python:2.7
|
||||||
# pull: always
|
# pull: always
|
||||||
|
Loading…
Reference in New Issue
Block a user