From 3dfe5ccfe7a4a9993bc542ff192058481b743d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 24 Nov 2020 00:29:05 +0100 Subject: [PATCH] chg: dev: drone test @minor --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ee546c..aa8def3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ name: default steps: - name: greeting - image: golang:1.12 + image: hello-world:latest commands: - - go build - - go test + - echo "what is up"