hook up linter
This commit is contained in:
13
engine/linter/testdata/pipeline_dns.yml
vendored
Normal file
13
engine/linter/testdata/pipeline_dns.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: linux
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
Reference in New Issue
Block a user