ExampleWebService/.drone.yml
Lennart Wagner 166859618f drone test
2023-07-15 00:13:55 +02:00

17 lines
259 B
YAML

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