drone-yaml/yaml/linter/testdata/pipeline_extra_hosts.yml

14 lines
180 B
YAML
Raw Normal View History

2019-01-23 00:44:17 +01:00
---
kind: pipeline
name: linux
steps:
- name: test
image: golang
commands:
- go build
- go test
extra_hosts:
- "somehost:162.242.195.82"
- "otherhost:50.31.209.229"