Add ci file

This commit is contained in:
2022-03-11 11:29:56 +13:00
parent 6fe3de8ba2
commit 3282017a2a

25
.drone.yml Normal file
View File

@@ -0,0 +1,25 @@
---
kind: pipeline
name: default
steps:
- name: test
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- sleep 5 # give docker enough time to start
- docker ps -a
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}