Fix drone config

This commit is contained in:
Harald Kube 2021-03-13 19:05:58 +01:00
parent 9358303dee
commit 8cd060b37d

View file

@ -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