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

14 lines
180 B
YAML

---
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"