Browse Source

ignore lint

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
update-packer-186
Bo-Yi Wu 5 years ago
parent
commit
d9f045c851
  1. 9
      .drone.yml
  2. 28
      pipeline.libsonnet

9
.drone.yml

@ -16,15 +16,6 @@ steps:
- name: gopath
path: /go
- name: lint
pull: always
image: golang:1.13
commands:
- make lint
volumes:
- name: gopath
path: /go
- name: misspell
pull: always
image: golang:1.13

28
pipeline.libsonnet

@ -21,20 +21,20 @@
},
],
},
{
name: 'lint',
image: 'golang:1.13',
pull: 'always',
commands: [
'make lint',
],
volumes: [
{
name: 'gopath',
path: '/go',
},
],
},
// {
// name: 'lint',
// image: 'golang:1.13',
// pull: 'always',
// commands: [
// 'make lint',
// ],
// volumes: [
// {
// name: 'gopath',
// path: '/go',
// },
// ],
// },
{
name: 'misspell',
image: 'golang:1.13',

Loading…
Cancel
Save