test drone.yml

This commit is contained in:
marcel-dempers 2020-05-13 11:46:17 +10:00
parent f0c8be9554
commit 9cbd210704

16
drone-ci/drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker ps -a
volumes:
- name: dockersock
host:
path: /var/run/docker.sock