hook up linter
This commit is contained in:
14
engine/linter/testdata/pipeline_dns_search.yml
vendored
Normal file
14
engine/linter/testdata/pipeline_dns_search.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: linux
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
dns_search:
|
||||
- dc1.example.com
|
||||
- dc2.example.com
|
||||
Reference in New Issue
Block a user