dragon-bot/.drone.yml
2023-05-18 15:54:55 -07:00

11 lines
128 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:dind
commands:
- docker build -t test .