Fix drone config
This commit is contained in:
parent
9358303dee
commit
8cd060b37d
1 changed files with 11 additions and 11 deletions
22
.drone.yml
22
.drone.yml
|
|
@ -5,19 +5,19 @@ name: default
|
|||
volumes:
|
||||
- name: img
|
||||
temp: {}
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
# - name: dockersock
|
||||
# host:
|
||||
# path: /var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: docker_test
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- ls -a /var/run
|
||||
- docker ps -a
|
||||
# - name: docker_test
|
||||
# image: alpine
|
||||
# volumes:
|
||||
# - name: dockersock
|
||||
# path: /var/run/docker.sock
|
||||
# commands:
|
||||
# - ls -a /var/run
|
||||
# - docker ps -a
|
||||
|
||||
- name: greeting_en
|
||||
image: alpine
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue