From 596a343352f71aae41c9cd1052aaffbd4bb9cd14 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 16 Jul 2020 09:11:38 +0100 Subject: [PATCH] chnage to alpine --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0905b3f..2fc50dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,7 @@ name: default steps: - name: test - image: node + image: alpine commands: - - npm + - echo "hello drone!!" +