Add repo mount
This commit is contained in:
parent
415746752b
commit
2f0b5e8ea7
1 changed files with 9 additions and 1 deletions
|
@ -7,3 +7,11 @@ steps:
|
|||
image: debian:stable-slim
|
||||
commands:
|
||||
- '/drone/src/run.sh'
|
||||
volumes:
|
||||
- name: repo
|
||||
path: /repo
|
||||
|
||||
volumes:
|
||||
- name: repo
|
||||
host:
|
||||
path: /tmp/repo
|
Loading…
Reference in a new issue