mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-20 12:39:12 -06:00
Disable static check and lint for now
This commit is contained in:
56
.drone.star
56
.drone.star
@@ -46,34 +46,34 @@ def testing(ctx):
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'staticcheck',
|
||||
'image': 'webhippie/golang:1.13',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'make staticcheck',
|
||||
],
|
||||
'volumes': [
|
||||
{
|
||||
'name': 'gopath',
|
||||
'path': '/srv/app',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'lint',
|
||||
'image': 'webhippie/golang:1.13',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'make lint',
|
||||
],
|
||||
'volumes': [
|
||||
{
|
||||
'name': 'gopath',
|
||||
'path': '/srv/app',
|
||||
},
|
||||
],
|
||||
},
|
||||
# {
|
||||
# 'name': 'staticcheck',
|
||||
# 'image': 'webhippie/golang:1.13',
|
||||
# 'pull': 'always',
|
||||
# 'commands': [
|
||||
# 'make staticcheck',
|
||||
# ],
|
||||
# 'volumes': [
|
||||
# {
|
||||
# 'name': 'gopath',
|
||||
# 'path': '/srv/app',
|
||||
# },
|
||||
# ],
|
||||
# },
|
||||
# {
|
||||
# 'name': 'lint',
|
||||
# 'image': 'webhippie/golang:1.13',
|
||||
# 'pull': 'always',
|
||||
# 'commands': [
|
||||
# 'make lint',
|
||||
# ],
|
||||
# 'volumes': [
|
||||
# {
|
||||
# 'name': 'gopath',
|
||||
# 'path': '/srv/app',
|
||||
# },
|
||||
# ],
|
||||
# },
|
||||
{
|
||||
'name': 'build',
|
||||
'image': 'webhippie/golang:1.13',
|
||||
|
||||
Reference in New Issue
Block a user