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:
|
volumes:
|
||||||
- name: img
|
- name: img
|
||||||
temp: {}
|
temp: {}
|
||||||
- name: dockersock
|
# - name: dockersock
|
||||||
host:
|
# host:
|
||||||
path: /var/run/docker.sock
|
# path: /var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker_test
|
# - name: docker_test
|
||||||
image: alpine
|
# image: alpine
|
||||||
volumes:
|
# volumes:
|
||||||
- name: dockersock
|
# - name: dockersock
|
||||||
path: /var/run/docker.sock
|
# path: /var/run/docker.sock
|
||||||
commands:
|
# commands:
|
||||||
- ls -a /var/run
|
# - ls -a /var/run
|
||||||
- docker ps -a
|
# - docker ps -a
|
||||||
|
|
||||||
- name: greeting_en
|
- name: greeting_en
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue