This commit is contained in:
Lukas Bachschwell 2019-12-03 19:07:04 +01:00
parent 763df19bfc
commit c4ee59ed77
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: exec
name: default
steps:
- name: greeting
commands:
- echo "hello world"