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