command between quotes

This commit is contained in:
A.Unger
2020-05-22 09:20:30 +02:00
parent b5dba5b3c3
commit 8b646499fa

View File

@@ -76,7 +76,7 @@ def testing(ctx):
'image': 'golangci/golangci-lint:latest',
'pull': 'always',
'commands': [
golangci-lint run,
'golangci-lint run',
],
'volumes': [
{