From 0d02d2f3c7d2e7c6be12346771c0d15030d3b784 Mon Sep 17 00:00:00 2001 From: "S.D" Date: Sat, 10 Oct 2020 21:38:56 +0100 Subject: [PATCH] Fix missing colon in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ca55ce9..15e7af2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,5 +9,5 @@ steps: - go test - name : build image: golang:latest - commands + commands: - go build \ No newline at end of file