remove volume
This commit is contained in:
parent
d3b2ce7b35
commit
0e364a4efe
1 changed files with 0 additions and 7 deletions
|
@ -4,15 +4,8 @@ name: default
|
|||
steps:
|
||||
- name: test
|
||||
image: compose:alpine-1.27.4
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- ls -la /
|
||||
- ls -la .
|
||||
- docker-compose up -f /drone/src/docker-compose.yaml
|
||||
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue