dragon-bot/.drone.yml
Luke Robles 19ea9abf17
Some checks failed
continuous-integration/drone Build is failing
Testing build
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 .