Initial commit

This commit is contained in:
bmen 2020-10-08 17:08:37 +00:00
parent a259b29061
commit 39d1ca12d8
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