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