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

This commit is contained in:
xuu 2023-05-26 12:58:20 -06:00
parent 31c785be88
commit 3775d6a83f

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