From 8b646499faef583d6362dc923518fed987d4a928 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 22 May 2020 09:20:30 +0200 Subject: [PATCH] command between quotes --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 288302b606..9763738dce 100644 --- a/.drone.star +++ b/.drone.star @@ -76,7 +76,7 @@ def testing(ctx): 'image': 'golangci/golangci-lint:latest', 'pull': 'always', 'commands': [ - golangci-lint run, + 'golangci-lint run', ], 'volumes': [ {