drone test

This commit is contained in:
Lennart Wagner 2023-07-14 23:44:52 +02:00
parent 02a069076f
commit 166859618f

16
.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 build .
volumes:
- name: dockersock
host:
path: /var/run/docker.sock