From 49f00450f37b79698d1cf14c067d3ca9ee4e7dd7 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 16 Jul 2020 09:08:48 +0100 Subject: [PATCH] added drone.yml this is a **load** of stuff to explain what I have done --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0905b3f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: test + image: node + commands: + - npm