try workspace again
This commit is contained in:
parent
e1701584a7
commit
e17d711596
21
.drone.yml
21
.drone.yml
@ -2,17 +2,20 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
base: /drone/src
|
||||||
|
path: xxxxx
|
||||||
|
|
||||||
clone:
|
# clone:
|
||||||
disable: true
|
# disable: true
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: clone
|
# - name: clone
|
||||||
image: docker:git
|
# image: docker:git
|
||||||
commands:
|
# commands:
|
||||||
- git clone $DRONE_GIT_HTTP_URL
|
# - git clone $DRONE_GIT_HTTP_URL
|
||||||
- cd $DRONE_REPO_NAME
|
# - cd $DRONE_REPO_NAME
|
||||||
- git checkout $DRONE_COMMIT -b $DRONE_BRANCH
|
# - git checkout $DRONE_COMMIT -b $DRONE_BRANCH
|
||||||
|
|
||||||
# - name: ansible-latest
|
# - name: ansible-latest
|
||||||
# image: python:2.7
|
# image: python:2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user