Add '.drone.yml'

This commit is contained in:
Shaquille Soekhlal 2022-03-28 16:27:19 +02:00
parent a8bf371e47
commit 4db36fd226

10
.drone.yml Normal file
View File

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