From f1dcd278b004d2c0daf85c43a339a01bed7b73a3 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sat, 19 Dec 2020 20:02:15 -0600 Subject: [PATCH] initial commit --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f1085cd --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."