Add test drone pipeline

This commit is contained in:
Simon Marsh 2020-08-27 13:07:31 +01:00
parent 80a930eed9
commit 0a0abe3e3d
No known key found for this signature in database
GPG key ID: 30B29A716A54DBB3

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
---
kind: pipeline
type: exec
name: env_test
steps:
- name: env_script
commands:
- /usr/local/bin/env.sh
when:
event: pull