From 0a0abe3e3d04adab8d433f32e187a6f57bfb8c83 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Thu, 27 Aug 2020 13:07:31 +0100 Subject: [PATCH] Add test drone pipeline --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..8dcdb823b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +type: exec +name: env_test + +steps: + - name: env_script + commands: + - /usr/local/bin/env.sh + when: + event: pull +