Add .drone.yml

This commit is contained in:
Alan Orth 2020-12-09 15:54:21 +02:00
parent 0ac220d453
commit 6b7e332e05
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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