From 9e428b18821ca2f6d791c46cc34b01cd4ff69ea8 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 24 Apr 2021 00:20:20 +0200 Subject: [PATCH] Added test .drone.yml --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0627887 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + first-test: + image: alpine + commands: + - echo "woodpecker is very cool"