Add test .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ryan Cavicchioni 2022-09-01 09:11:31 -05:00
parent 53a6efa13e
commit 7f69e6e1c2
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world