Create .drone.yml

This commit is contained in:
Ruan Bekker 2021-07-25 16:25:29 +02:00 committed by GitHub
parent 47577a510e
commit 08a0a96711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: busybox
commands:
- echo hi