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 - name: gopath
path: /go path: /go
- name: lint
pull: always
image: golang:1.13
commands:
- make lint
volumes:
- name: gopath
path: /go
- name: misspell - name: misspell
pull: always pull: always
image: golang:1.13 image: golang:1.13

28
pipeline.libsonnet

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

Loading…
Cancel
Save