Create .drone.yml

main
Ruan Bekker 3 years ago committed by GitHub
parent 47577a510e
commit 08a0a96711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .drone.yml

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