Add '.drone.yml'
continuous-integration/drone Build is passing Details

main
xuu 2023-05-26 12:58:20 -06:00
parent 31c785be88
commit 3775d6a83f
1 changed files with 10 additions and 0 deletions

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