From 38096a41e7133d324bf81fcb4923a16f938bdb32 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 7 Apr 2020 00:09:03 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca9a4eb..04f6c14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,7 @@ kind: pipeline name: default steps: - - name: test + - name: build image: golang commands: - - go test - make