add drone ci file
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
andreas 2022-06-08 23:05:04 +02:00
parent b4f5d522be
commit 80850e374a
Signed by: andreas
GPG Key ID: D97194E55873280A

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: kubernetes
name: default
clone:
skip_verify: true
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world