Testing build
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Luke Robles 2023-05-18 15:54:55 -07:00
parent 774eca61af
commit 19ea9abf17

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:dind
commands:
- docker build -t test .