Merge pull request 'Add test drone pipeline' (#144) from burble-20200827/temporary-drone-script into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/144
This commit is contained in:
Simon Marsh 2020-08-27 12:08:40 +00:00
commit b97489dee3

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