ExampleWebService/.drone.yml

17 lines
259 B
YAML
Raw Normal View History

2023-07-14 23:44:52 +02:00
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