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

This commit is contained in:
vulpine 2020-12-12 17:38:49 +00:00
parent a811591466
commit 522f2500e8
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

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